Re: Upgrade Apache- Tomcat and HTTPD

2021-10-21 Thread Ivano Luberti
Hi, Tomcat 8.5 still runs on JDK 1.7 Documentation about migration from one version to another can be found here: https://tomcat.apache.org/migration.html Il 21/10/2021 18:45, Kumawat, Priyanka ha scritto: Hi Team , We have received some vulnerabilities for our Tomcat and Apache -httpd , as

Upgrade Apache- Tomcat and HTTPD

2021-10-21 Thread Kumawat, Priyanka
Hi Team , We have received some vulnerabilities for our Tomcat and Apache -httpd , as there multiple vulnerabilities reported we needs to upgrade the software. Is there any documentation/process is available for the tomcat and Apache upgrade or any tool which we can use to perform the upgrade

RE: Potential Memory Leak with StandardManager [EXTERNAL]

2021-10-21 Thread Beard, Shawn
There isn’t a memory leak I'm aware of. At least nothing is reported from what I can find. Have you tried setting maxActiveSessions? Its default is -1 which means infinite. Also there could be a bug in the code that is just creating new sessions for things instead of using the current session.

RE: xsd version used for web.xml etc

2021-10-21 Thread S Abirami
Thanks a lot Mark. -Original Message- From: Mark Thomas Sent: Thursday, October 21, 2021 4:23 PM To: users@tomcat.apache.org Subject: Re: xsd version used for web.xml etc On 21/10/2021 10:37, S Abirami wrote: > Hi Thomas, > > How I can identify whether the schema validation enabled or

Re: xsd version used for web.xml etc

2021-10-21 Thread Mark Thomas
On 21/10/2021 10:37, S Abirami wrote: Hi Thomas, How I can identify whether the schema validation enabled or not. I checked startup logs and other configuration. I am unable to find it. The quick test is to add an unknown element to web.xml and see what happens. If you get an error,

RE: xsd version used for web.xml etc

2021-10-21 Thread S Abirami
Hi Thomas, How I can identify whether the schema validation enabled or not. I checked startup logs and other configuration. I am unable to find it. Regards, Abirami.S -Original Message- From: Mark Thomas Sent: Thursday, October 21, 2021 2:40 PM To: users@tomcat.apache.org Subject:

RE: xsd version used for web.xml etc

2021-10-21 Thread S Abirami
Thanks Thomas. -Original Message- From: Mark Thomas Sent: Thursday, October 21, 2021 2:40 PM To: users@tomcat.apache.org Subject: Re: xsd version used for web.xml etc On 21/10/2021 09:45, S Abirami wrote: > Hi All, > > In web.xml, if we didn't define any xsd schema or dtd schema which

Re: xsd version used for web.xml etc

2021-10-21 Thread Mark Thomas
On 21/10/2021 09:45, S Abirami wrote: Hi All, In web.xml, if we didn't define any xsd schema or dtd schema which version of xsd will be loaded for Tomcat 9.0.45. By default none - whether a schema is defined or not. Schemas are only loaded if validation is enabled. With validation

RE: xsd version used for web.xml etc

2021-10-21 Thread S Abirami
Hi All, TOMCAT_BASE/conf/web.xml will be constructed by us during installation. So that web.xml also will not have xsd definition. Regards, Abirami.S -Original Message- From: Jean-Pierre Urkens Sent: Thursday, October 21, 2021 2:25 PM To: Tomcat Users List Subject: RE: xsd version

RE: xsd version used for web.xml etc

2021-10-21 Thread Jean-Pierre Urkens
My guess, the one that is specified in TOMCAT_BASE/conf/web.xml -Original Message- From: S Abirami Sent: donderdag 21 oktober 2021 10:46 To: Tomcat Users List Subject: xsd version used for web.xml etc Hi All, In web.xml, if we didn't define any xsd schema or dtd schema which version

xsd version used for web.xml etc

2021-10-21 Thread S Abirami
Hi All, In web.xml, if we didn't define any xsd schema or dtd schema which version of xsd will be loaded for Tomcat 9.0.45. Regards, Abirami.S