Re: Installation Help required

2024-12-17 Thread Maxim Solodovnik
I would recommend to change SSL port (and redirectPort) for your tomcat2 from mobile (sorry for typos ;) On Wed, Dec 18, 2024, 13:07 Ganesan, Prabu wrote: > Guys any idea > > > > > > Thanks & Regards, > > _[image: > Email_CBE.gif] > > *Pr

RE: Installation Help required

2024-12-17 Thread Ganesan, Prabu
Guys any idea Thanks & Regards, _[Email_CBE.gif] PrabuGanesan Consultant|MS-Nordics capgemini India Pvt. Ltd. | Bangalore Contact: +91 8526554535 Email: prabhu.c.gane...@capgemini.com www.capgemini.com

RE: Installation Help required

2024-12-17 Thread Ganesan, Prabu
Hi Team, Issue: We have installed New tomcat on the existing setup whereas Tomcat is running on the server. We named as tomcat1 Old One = /usr/apps/tomcat/ New One =/usr/apps/tomcat2 Server.xml = Existing one -Tomcat: --> Post This we are unable to start the services , later we have ki

RE: maximum file upload size

2024-12-17 Thread Charlie DiDonato
Chris, -Original Message- From: Charlie DiDonato Sent: Tuesday, December 17, 2024 1:43 PM To: 'Tomcat Users List' Subject: RE: maximum file upload size Chris -Original Message- From: Christopher Schultz Sent: Tuesday, December 17, 2024 12:54 PM To: users@tomcat.apache.org Sub

RE: maximum file upload size

2024-12-17 Thread Charlie DiDonato
Chris -Original Message- From: Christopher Schultz Sent: Tuesday, December 17, 2024 12:54 PM To: users@tomcat.apache.org Subject: Re: maximum file upload size Charlie, On 12/16/24 5:02 PM, Charlie DiDonato wrote: > Tomcat 10.1.26 on Windows > > I getting a Tomcat error page (HTTP 413

Re: Tomcat9 - unresponsive

2024-12-17 Thread Christopher Schultz
Ramesh, On 12/17/24 7:58 AM, Ramesh B R wrote: Have few more questions. > 1. What would be the idle heap memory in production, we have 32 GB RAM This is affected by MANY factors and would be impossible for us to predict. A Tomcat with no applications deployed on it takes only a few MB of

Re: maximum file upload size

2024-12-17 Thread Christopher Schultz
Charlie, On 12/16/24 5:02 PM, Charlie DiDonato wrote: Tomcat 10.1.26 on Windows I getting a Tomcat error page (HTTP 413 - Payload too large) when trying to upload a 372 Mb file for parsing and loading in my web app. Do you have a stack trace to look at? I have done the following: Web.xml i

Re: Tomcat9 - unresponsive

2024-12-17 Thread Ramesh B R
Hi Mark, Thank you for your response. Have few more questions. 1. What would be the idle heap memory in production, we have 32 GB RAM 2. Calling system very frequently see this error "Connect to gte-onesource.wip.its.hpecorp.net:8080 failed: NIECONN_REFUSED(-10)", how to fix this one? 3. How t

Re: Installation Help required

2024-12-17 Thread Noelette Stout
for what it's worth, we run multiple ORDS instances in different tomcat instances on the same VM, and we've never had an issue with it. As Mark pointed out, just make sure they're listening on different ports. On Tue, Dec 17, 2024 at 5:36 AM Mark Thomas wrote: > On 17/12/2024 11:48, Ganesan, Pra

Excessive memory usage for HTTP/2 requests

2024-12-17 Thread Arjan van IJzendoorn
Hello Tomcat friends, Our Spring Boot 3.4.0 application uses Tomcat 10.1.33. Recently we started seeing the memory usage of our app grow and after three days it would reach its memory limit and crash. We investigated heap dumps and found that a single data structure inside Tomcat grew by 240MB

Re: Installation Help required

2024-12-17 Thread Mark Thomas
On 17/12/2024 11:48, Ganesan, Prabu wrote: *Subject: Inquiry Regarding Installing Multiple ORDS Instances* Hi Team, As we currently have *Tomcat 9* and *ORDS* installed on the same server, there is a requirement to install an additional *ORDS* instance with different database parameters. I

Re: Tomcat9 - unresponsive

2024-12-17 Thread Mark Thomas
On 17/12/2024 11:36, Ramesh B R wrote: Hello team, Need your help to resolve the unresponsive behaviour of tomcat9 very frequently which made us to restart the server to fix the issue which is not a right thing. Tomcat 9 Java8 Linux 8 Please let me know if you need any other details. Next ti

[SECURITY] CVE-2024-54677 Apache Tomcat - DoS in examples web application

2024-12-17 Thread Mark Thomas
CVE-2024-54677 Apache Tomcat - DoS in examples web application Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 11.0.0-M1 to 11.0.1 Apache Tomcat 10.1.0-M1 to 10.1.33 Apache Tomcat 9.0.0.M1 to 9.0.97 Description: Numerous examples in the examples web applic

[SECURITY] CVE-2024-50379 Apache Tomcat - RCE via write-enabled default servlet

2024-12-17 Thread Mark Thomas
CVE-2024-50379 Apache Tomcat - RCE via write-enabled default servlet Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Tomcat 11.0.0-M1 to 11.0.1 Apache Tomcat 10.1.0-M1 to 10.1.33 Apache Tomcat 9.0.0.M1 to 9.0.97 Description: If the default servlet is write

Installation Help required

2024-12-17 Thread Ganesan, Prabu
Subject: Inquiry Regarding Installing Multiple ORDS Instances Hi Team, As we currently have Tomcat 9 and ORDS installed on the same server, there is a requirement to install an additional ORDS instance with different database parameters. I have two questions regarding this: 1. Is it possible

Tomcat9 - unresponsive

2024-12-17 Thread Ramesh B R
Hello team, Need your help to resolve the unresponsive behaviour of tomcat9 very frequently which made us to restart the server to fix the issue which is not a right thing. Tomcat 9 Java8 Linux 8 Please let me know if you need any other details. Regards, Ramesh

Re: Tomcat 11 mutlipart strict configuration problem

2024-12-17 Thread anand raj
Thanks for replies yes we do have mismatch using jaxrs-Jersey Api and Tomcat Filter causes issues so when choose to use Jersey filters it works fine and makes sense after seeing the responses. On Tue, 17 Dec, 2024, 12:51 am Christopher Schultz, < ch...@christopherschultz.net> wrote: > Mark, > > O