Hi everybody,
I have a question on Tomcat taglibs, I chose this mailing list because
the taglibs-user one seems inactive.
We in the process of updating our application to use Java 17 and Tomcat
10, including javax/jakarta change. It uses Tomcat Standard Taglibs. We
noticed that the code base
Within a spring framework application, it uses beanx.xml to define a
bean names "GreetingService":
And this bean is being called as below:
===
ApplicationContext context = new
ClassPathXmlApplicationContext("config/beans.xml"
On 05/02/2024 14:16, Jeroen Hoffman wrote:
Hi everybody,
I have a question on Tomcat taglibs, I chose this mailing list because
the taglibs-user one seems inactive.
We in the process of updating our application to use Java 17 and Tomcat
10, including javax/jakarta change. It uses Tomcat Stan
On Mon, Feb 5, 2024 at 4:05 PM Mark Thomas wrote:
> >
> > Are there plans to release the 2.0.0 version?
>
> No plans.
>
> Tomcat 10.1.x onwards uses the 1.2.5 taglibs release converted for
> Jakarta EE using the Tomcat migration tool.
>
Thanks for the quick answer!
Could you share some details
On 05/02/2024 15:49, Jeroen Hoffman wrote:
On Mon, Feb 5, 2024 at 4:05 PM Mark Thomas wrote:
Are there plans to release the 2.0.0 version?
No plans.
Tomcat 10.1.x onwards uses the 1.2.5 taglibs release converted for
Jakarta EE using the Tomcat migration tool.
Thanks for the quick answer
I was testing struts 7 (tomcat 10) and I also use jstl for my 404,403s etc
(when I have no struts context) ie thrown from web.xml:
403
/WEB-INF/jsp/errors/403.jsp
Previously on this list it mentioned using the glassfish version. Think
glassfish is eclipse?
org.glassfish.web
jak
Hi All,
We are on Tomcat 9.0.44 . I understand NIO HTTP connector is used by
default in Tomcat.
We are planning to enable web socket communication. I would like to
understand how many parallel web socket connections can be opened ?
I understand that there is no default maxConnections value but a
Kaushal and Mark,
On 2/4/24 15:00, Mark Thomas wrote:
On 02/02/2024 18:48, Kaushal Shriyan wrote:
Hi,
I am running tomcat version 9.0.84 on Red Hat Enterprise Linux release
8.7
(Ootpa). Is there a way to configure the server to return a custom
page in
the event of a client requesting a non-
Saurav,
On 2/5/24 12:07, Saurav Sarkar wrote:
We are on Tomcat 9.0.44 . I understand NIO HTTP connector is used by
default in Tomcat.
We are planning to enable web socket communication. I would like to
understand how many parallel web socket connections can be opened ?
A lot.
I understand t