Re: Tomcat 9 on Debian 12

2025-03-11 Thread Dimitris Soumis
On Tue, Mar 11, 2025 at 8:04 PM Jason Bailey wrote: > I see /etc/tomcat9/server.xml and /usr/share/tomcat9/etc/server.xml. > Both have an entry like this: > > type="org.apache.catalina.UserDatabase" >description="User database that can be updated and saved" >

Re: Ответить: tomcat and linux oom-killer

2025-02-16 Thread Dimitris Soumis
On Sun, Feb 16, 2025 at 12:04 AM Усманов Азат Анварович wrote: > Jdbc config from server type="javax.sql.DataSou > rce" >maxActive="200" maxIdle="200" maxWait="5" >username="educ_pres" password="*" >driverClassName="oracle.jdbc.driver.Oracl

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
Rainer, your mail has not popped up when I sent mine. Thanks for the detailed description :) Kind regards, Dimitris On Thu, Feb 6, 2025 at 9:14 PM Dimitris Soumis wrote: > > > On Thu, Feb 6, 2025 at 7:30 PM Darryl Baker > wrote: > >> My question is why is tomcat-native de

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
08-0801 > darryl.ba...@northwestern.edu <mailto:darryl.ba...@northwestern.edu> > (847) 467-6674 > > > > > On 2/6/25, 4:26 AM, "Dimitris Soumis" dsou...@apache.org>> wrote: > > > On Wed, Feb 5, 2025 at 7:58 PM Darryl Baker <mailto:darryl.ba.

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Dimitris Soumis
alve.invoke(StandardWrapperValve.java:168) > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) > > org.apache.catalina.core.StandardHostValve.invoke(S

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Dimitris Soumis
Apologies, misspelled the version. As of 06/02/2025,* 9.0.98* is the latest stable tomcat 9 version <https://tomcat.apache.org/download-90.cgi>. Kind regards, Dimitris On Thu, Feb 6, 2025 at 12:44 PM Dimitris Soumis wrote: > > > On Thu, Feb 6, 2025 at 10:13 AM Divyabharathi Su

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Dimitris Soumis
On Thu, Feb 6, 2025 at 10:13 AM Divyabharathi Sundaram wrote: > Hi Team, > > We have recently upgraded tomcat from 9.0.82 to 9.0.96, one of the > application teams has reported the error below ( please refer the > screenshot). They have also stated that the issue is because of the bug > with the

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
;/root/rpmbuild/SOURCES/apr-1.6.3/build/gen-build.py", line 47, in > main > headers = get_files(parser.get('options', 'headers')) > File "/root/rpmbuild/SOURCES/apr-1.6.3/build/gen-build.py", line 223, in > get_files > for pat in string.spl

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
On Wed, Feb 5, 2025 at 7:58 PM Darryl Baker wrote: > I could if there was one. Red Hat stopped having Tomcat in the OS > distribution and is now part of the JBoss product the University decided > not to buy. > Tomcat is available in the OS distribution other than the Jboss web server product. Tom

Re: Building tomcat-native on RHEL 8

2025-02-04 Thread Dimitris Soumis
The latest available APR devel package on RHEL 8 is version 1.6.3. (i.e apr-devel-1.6.3-12.el8.x86_64) If you attempt to build *tomcat-native 2.0.8*, you will encounter the following error: configure: error: Found APR 1.6.3. You need version 1.7.0 or newer > installed. > However, *tomcat-native

Re: Max parameters limit

2024-09-12 Thread Dimitris Soumis
Hi, A simple approach could involve the following steps: 1) Globally limit the number of HTTP parameters by setting maxParameterCount attribute in the conf/server.xml file within the element e.g: 2) Create an application-level filter to handle exceptions for the specific URLs. Something like

Re: Tomcat 10.x over 9.x

2024-07-12 Thread Dimitris Soumis
Hello, Regarding the end-of-life date for Tomcat 9.0.x, you can find the relevant information in this link, which contains an email from the mailing list: End of Lifecycle for Tomcat 9.0.x . As for the necessity of upgrading to Tom

Re: [ANN] New committer: Dimitris Soumis

2024-07-08 Thread Dimitris Soumis
> > Igal > > On Fri, Jul 5, 2024, 13:25 Mark Thomas wrote: > > > On behalf of the Tomcat committers I am delighted to announce that > > Dimitris Soumis (dsoumis) has been voted in as a new Tomcat committer. > > > > Please join me in congratulat