Re: context path version number with parallel deployment

2025-03-18 Thread Mark Thomas
On 18/03/2025 08:02, Усманов Азат Анварович wrote: Mark, I was thinking more about Parallel deployment section of Tomcat Docs https://tomcat.apache.org/tomcat-9.0-doc/config/context.html Just a simple mention like " If you want to get the current webapp version number in a servlet you s

RE: context path version number with parallel deployment

2025-03-18 Thread Усманов Азат Анварович
Mark, I was thinking more about Parallel deployment section of Tomcat Docs https://tomcat.apache.org/tomcat-9.0-doc/config/context.html Just a simple mention like " If you want to get the current webapp version number in a servlet you should use org.apache.catalina.webappVersion attribute,

Re: context path version number with parallel deployment

2025-03-17 Thread Mark Thomas
i/org/apache/catalina/Globals.html Where else would you like to see it? The where may change which steps are required to update the docs. Mark От: Christopher Schultz Отправлено: 17 марта 2025 г. 17:40 Кому: users@tomcat.apache.org Тема: Re: context path version n

Re: context path version number with parallel deployment

2025-03-17 Thread Michael Osipov
: > Hi everyone! is it possible to display current version number in a jsp page > or servlet when using parallel deployment . using some property. > Currently when building an app war we use git to calculate last revision > number, store it in a file, use it to name a war ac

RE: context path version number with parallel deployment

2025-03-17 Thread Усманов Азат Анварович
а: Re: context path version number with parallel deployment Азат, On 3/17/25 8:53 AM, Усманов Азат Анварович wrote: > Hi everyone! is it possible to display current version number in a jsp page > or servlet when using parallel deployment . using some property. >Currently when building an

Re: context path version number with parallel deployment

2025-03-17 Thread Christopher Schultz
Азат, On 3/17/25 8:53 AM, Усманов Азат Анварович wrote: Hi everyone! is it possible to display current version number in a jsp page or servlet when using parallel deployment . using some property. Currently when building an app war we use git to calculate last revision number, store it in

context path version number with parallel deployment

2025-03-17 Thread Усманов Азат Анварович
Hi everyone! is it possible to display current version number in a jsp page or servlet when using parallel deployment . using some property. Currently when building an app war we use git to calculate last revision number, store it in a file, use it to name a war accordingly.ex Education

Re: REG: Version stability of Tomcat 9.0.96

2025-02-11 Thread Jason Wee
way a specific method-call is > generated by the JSP compiler, and the operators not re-pre-compiling > their JSPs for the new version of Tomcat. The solution is to > force-recompile the JSP. > > No error would be occurring if we (Tomcat) had been more careful about > making

Re: REG: Version stability of Tomcat 9.0.96

2025-02-11 Thread Christopher Schultz
P compiler generated that code from the application's JSP source. It's an issue with Tomcat changing the way a specific method-call is generated by the JSP compiler, and the operators not re-pre-compiling their JSPs for the new version of Tomcat. The solution is to force-recompile the JSP.

Re: Availability of Tomcat Version 9.0.99 or more

2025-02-10 Thread Christopher Schultz
Akram, On 2/10/25 9:00 AM, Akram Hussain wrote: > Any idea when tomcat 9.0.99 or more will be available? The release vote has passed and the release candidate has actually been promoted to an actual release. It just hasn't been announced, yet. You can wait for the announcement, or you can get

Availability of Tomcat Version 9.0.99 or more

2025-02-10 Thread Akram Hussain
Hi, Any idea when tomcat 9.0.99 or more will be available? Regards, Akram.

Re: REG: Version stability of Tomcat 9.0.96

2025-02-10 Thread Divyabharathi Sundaram
Subject: Re: REG: Version stability of Tomcat 9.0.96 CAUTION! This email originated from outside of MAG > Could you please suggest whether the below link can be given to the > application team as supported artifacts or doc for the deprecated methods. Been reading this threads and I thi

Re: REG: Version stability of Tomcat 9.0.96

2025-02-07 Thread Jason Wee
om: Jason Wee > Sent: Friday, February 7, 2025 5:23 PM > To: Tomcat Users List > Subject: Re: REG: Version stability of Tomcat 9.0.96 > > CAUTION! This email originated from outside of MAG > > Why not use releaseTag with 2 arguments? That 3 arguments method is > deprecated in t

Re: REG: Version stability of Tomcat 9.0.96

2025-02-07 Thread Divyabharathi Sundaram
ated-list.html Regards, DivyaBharathi.S TCS - Infra Midrange SME Malaysia Airlines Berhad From: Jason Wee Sent: Friday, February 7, 2025 5:23 PM To: Tomcat Users List Subject: Re: REG: Version stability of Tomcat 9.0.96 CAUTION! This email originated from outsid

Re: REG: Version stability of Tomcat 9.0.96

2025-02-07 Thread Jason Wee
;Lorg/apache/tomcat/InstanceManager;Z)V > > > > org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:623) > > If your team has observed the above NoSuchMethodError, it is a symptom > that their update procedure is flawed: they forget to recompile their > JSPsfor the new version of Tomcat. > > In essen

Re: REG: Version stability of Tomcat 9.0.96

2025-02-07 Thread Konstantin Kolinko
anceManager;Z)V > > org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:623) If your team has observed the above NoSuchMethodError, it is a symptom that their update procedure is flawed: they forget to recompile their JSPsfor the new version of Tomcat.

Re: REG: Version stability of Tomcat 9.0.96

2025-02-07 Thread Mark Thomas
If the applications contain JSPs precompiled against an earlier version of Tomact 9 there is no solution that will enable them to work with 9.0.96 short of rebuilding and precompiling against 9.0.96 or later. If they have not been precompiled then: - stop Tomact - empty work directory - start

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
may not be feasible as I am not sure how the team will take up, kindly let us know if any other alternate solution is available to the reported bug in the version 9.0.96 to avoid manual efforts in upgrading again. Thanks & Regards, S Divyabharathi

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
Users List Subject: Re: REG: Version stability of Tomcat 9.0.96 CAUTION! This email originated from outside of MAG Judging by the method call JspRuntimeLibrary.releaseTag(Ljavax/servlet/jsp/tagext/*Tag* ;Lorg/apache/tomcat/*InstanceManager*;*Z*) you are calling the method with the 3 arguments of

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Dimitris Soumis
, InstanceManager instanceManager)*`. As Remy mentioned in the bugzilla provided, a (deprecated) method of `*public static void releaseTag(Tag tag, InstanceManager instanceManager, boolean reused)*` exists on 9.0.97 and onwards. You should upgrade to a version >= 9.0.97 for your application. K

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
Hi Dimitris, Noted, appreciate your advise on version 9.0.96.Below is the error and the application team have provided the reference link stating there is a bug in the version 9.0.96. Link: https://bz.apache.org/bugzilla/show_bug.cgi?id=69386#c0 69386 – Pre-compiled JSPs result in

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
bug > with the version 9.0.96. Please confirm whether the version 9.0.96 is > reported as a bug for the below issue. If yes, please let us know the > stable tomcat version or workaround to resolve this. > Since there is no error provided, can't propose possible fixes if any. How

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Sebastian Trost
teams has reported the error below ( please refer the screenshot). They have also stated that the issue is because of the bug with the version 9.0.96. Please confirm whether the version 9.0.96 is reported as a bug for the below issue. If yes, please let us know the stable tomcat version or work

REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
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 version 9.0.96. Please confirm whether the version 9.0.96 is reported

AW: net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29

2024-09-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, thank you for the quick reply! I will wait for the next release / fix. > -Ursprüngliche Nachricht- > Von: Rémy Maucherat > Gesendet: Freitag, 13. September 2024 12:48 > An: Tomcat Users List > Betreff: Re: net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29 &

Re: net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29

2024-09-13 Thread Rémy Maucherat
On Fri, Sep 13, 2024 at 11:58 AM Thomas Hoffmann (Speed4Trade GmbH) wrote: > > Hello, > after upgrading from 10.1.25 to 10.1.29 I experience many > net::ERR_HTTP2_PROTOCOL_ERROR in Edge and Chrome. > Firefox shows NS_ERROR_NET_RESET. > The website doesn't fully render. > > Access-Log shows severa

net::ERR_HTTP2_PROTOCOL_ERROR errors in version 10.1.29

2024-09-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, after upgrading from 10.1.25 to 10.1.29 I experience many net::ERR_HTTP2_PROTOCOL_ERROR in Edge and Chrome. Firefox shows NS_ERROR_NET_RESET. The website doesn't fully render. Access-Log shows several HTTP 500 errors for static resources. The other logfiles don't show any errors. Does any

Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Ferrick, Michael
tion Classification: General -Original Message- From: Holger Klawitter Sent: Wednesday, September 11, 2024 9:34 AM To: Tomcat Users List Subject: Re: Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat [You don't often get email from info@klawitter.de. Learn why this i

Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Ferrick, Michael
eral -Original Message- From: Chuck Caldarale Sent: Wednesday, September 11, 2024 9:48 AM To: Tomcat Users List Subject: Re: Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat [You don't often get email from n82...@gmail.com. Learn why this is important at

Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Ferrick, Michael
formation Classification: General -Original Message- From: Christopher Schultz Sent: Wednesday, September 11, 2024 1:02 PM To: users@tomcat.apache.org Subject: Re: Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat [You don't often get email from ch...@christopherschultz.

Re: Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Christopher Schultz
Michael, On 9/11/24 09:13, Ferrick, Michael wrote: Hello, The powers above have notified me that the Java version 9.0.1.0 (x64) that I am using with Apache Tomcat 9.0.84 has a vulnerability on my Windows servers (OS 2019) and MUST be remediated. That means use another Java version! I

Re: Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Chuck Caldarale
> On Sep 11, 2024, at 08:13, Ferrick, Michael > wrote: > > The powers above have notified me that the Java version 9.0.1.0 (x64) that I > am using with Apache Tomcat 9.0.84 has a vulnerability on my Windows servers > (OS 2019) and MUST be remediated. That means use an

Re: Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Holger Klawitter
Hi Michael, you should be fine using a contemporary version of Java like JDK17 or JDK21. Ferrick, Michael wrote (at 2024-09-11 13:13 +): > Hello, > > The powers above have notified me that the Java version 9.0.1.0 (x64) that I > am using with Apache Tomcat 9.0.84 has a vulnera

Re: Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Mark Thomas
Michael, What is the error message when Tomcat doesn't start? We may also need to see relevant parts of all the log files in Tomcat's logs directory. Mark On 11/09/2024 14:13, Ferrick, Michael wrote: Hello, The powers above have notified me that the Java version 9.0.1.0 (x

Trying to Resolve a Java Version Vulnerability I'm Using for Tomcat

2024-09-11 Thread Ferrick, Michael
Hello, The powers above have notified me that the Java version 9.0.1.0 (x64) that I am using with Apache Tomcat 9.0.84 has a vulnerability on my Windows servers (OS 2019) and MUST be remediated. That means use another Java version! I removed Java 9.0.1 (64-bit) and Java (tm) SE Development Kit

Re: Tomcat 9.0.91 Server version breaks my application and changes behavior in terms of handling requests from Chrome Browser

2024-07-28 Thread Venkat Dama
I clear the browser cache in chrome browser and testing my web application using Tomcat 9.0.91 version by entering wrong password and right user name first it throws error properly which is correct, then second time when I enter correct user ID/Password it takes me into the web application c

Re: Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

2024-07-08 Thread Christopher Schultz
vulnerabilities. Although CVE-2024-5535 was rated as low in OpenSSL, it is rated as 9.1 CRITICAL<https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?name=CVE-2024-5535&vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H&version=3.1&source=CISA-ADP> from Source: CISA-ADP. With that, we could not

Re: Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

2024-07-08 Thread Michael Osipov
culator?name=CVE-2024-5535&vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H&version=3.1&source=CISA-ADP> > from Source: CISA-ADP. With that, we could not underestimate such issue. > Hope you can understand my concerns. > > In conclusion, we anticipate the upcoming release o

Re: Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

2024-07-07 Thread Zhong, Peyton
severity of security vulnerabilities. Although CVE-2024-5535 was rated as low in OpenSSL, it is rated as 9.1 CRITICAL<https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?name=CVE-2024-5535&vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H&version=3.1&source=CISA-ADP> from Source: CISA-

Re: Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

2024-07-07 Thread Zhong, Peyton
Chris, thanks for your comprehensive explanation about these various mitigation measures. Best regards, Peyton Zhong From: Christopher Schultz Date: Sunday, 7 July 2024 at 1:23 AM To: users@tomcat.apache.org Subject: Re: Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

Re: Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

2024-07-06 Thread Mark Thomas
0.1.20 version. According to Black Duck Binary Analysis (BDBA) scans, this vulnerability has been identified within the Tomcat 10.1.20 version. There are other detected vulnerabilities inside OpenSSL on Tomcat, such as CVE-2024-4603 The detected file is: apache-tomcat-10.1.20/bin/tcnative-2.dll

Re: Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

2024-07-06 Thread Christopher Schultz
Peyton, On 7/6/24 00:08, Zhong, Peyton wrote: I am writing to inquire about the potential impact of the recently detected critical vulnerability: CVE-2024-5535<https://nvd.nist.gov/vuln/detail/CVE-2024-5535> (9.1 CRITICAL / CVSS v3), in OpenSSL 3.0.13 on the Tomcat 10.1.20 version. Acc

Inquiry about CVE-2024-5535 Vulnerability in Tomcat 10.1.20 Version

2024-07-05 Thread Zhong, Peyton
Dear Tomcat Community, I am writing to inquire about the potential impact of the recently detected critical vulnerability: CVE-2024-5535<https://nvd.nist.gov/vuln/detail/CVE-2024-5535> (9.1 CRITICAL / CVSS v3), in OpenSSL 3.0.13 on the Tomcat 10.1.20 version. According to Black Duck

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Christopher Schultz
Chaitanya, On 6/5/24 09:11, Chaitanya Gopisetti wrote: Also can you update on the End of life expected date for Tomcat 9.0.x version -Original Message- From: Christopher Schultz Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Mark Thomas
On 05/06/2024 15:11, Chaitanya Gopisetti wrote: Also can you update on the End of life expected date for Tomcat 9.0.x version Best guess (based on the next major release being in ~3 years time) right now is 31 March 2027 for 9.0.x noting that a 9.10.x will follow to retain supoprt for the

RE: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Chaitanya Gopisetti
Also can you update on the End of life expected date for Tomcat 9.0.x version -Original Message- From: Christopher Schultz Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version Support and EOL Chaitanya, On 6/5/24 08:47, Chaitanya

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Christopher Schultz
Chaitanya, On 6/5/24 08:47, Chaitanya Gopisetti wrote: It was mentioned that Tomcat 9.0.x supports java 8 and later. So wanted to know whether it supports Jdk 21? Also wanted to know the End of life expected date for Tomcat 9.0.x version. Tomcat 9 should run jut fine on any Java version from

Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Chaitanya Gopisetti
Hi, It was mentioned that Tomcat 9.0.x supports java 8 and later. So wanted to know whether it supports Jdk 21? Also wanted to know the End of life expected date for Tomcat 9.0.x version. Regards, Chaitanya To the extent permitted by law, we may monitor electronic communications for the

Re: Tomcat Version 9.0.79 - SAML2 - - Error occurred while attempting to refresh metadata from ':\WEB-INF\idp-meta-downloaded.xml'

2024-01-25 Thread Mark Thomas
On 25/01/2024 13:55, Tobias Blum (Fujitsu) wrote: Hello together, we have updated the Tomcat from Version 9.0.65 to Version 9.0.79. We are running tomcat on Windows Server 2019 Our Tomcat Version is delivered with SAP BusinessObjects. We have configured for our Web Application which runs on

Tomcat Version 9.0.79 - SAML2 - - Error occurred while attempting to refresh metadata from ':\WEB-INF\idp-meta-downloaded.xml'

2024-01-25 Thread Tobias Blum (Fujitsu)
Hello together, we have updated the Tomcat from Version 9.0.65 to Version 9.0.79. We are running tomcat on Windows Server 2019 Our Tomcat Version is delivered with SAP BusinessObjects. We have configured for our Web Application which runs on the Tomcat the SAML2 Authentication, after the

Re: Keycloak-adapter compatible version

2023-10-15 Thread Alex
Hi. On 2023-10-13 (Fr.) 08:29, Navya wrote: Thanks for the reply Currently in tomcat 9 I am using Keycloak Adapter version of 21.1.2 KEYCLOAKSUBDIR = 21.1.2 KEYCLOAKVERSION = keycloak-oidc-tomcat-adapter-$(KEYCLOAKSUBDIR) A fast search in the Internet shows that this adapter is Deprecated

Re: Keycloak-adapter compatible version

2023-10-12 Thread Navya
Thanks for the reply Currently in tomcat 9 I am using Keycloak Adapter version of 21.1.2 KEYCLOAKSUBDIR = 21.1.2 KEYCLOAKVERSION = keycloak-oidc-tomcat-adapter-$(KEYCLOAKSUBDIR) On Fri, Oct 13, 2023 at 11:47 AM Bernd Schatz wrote: > Hi Navya, > > > Am 13.10.23 um 07:49 schrieb Nav

Re: Keycloak-adapter compatible version

2023-10-12 Thread Bernd Schatz
Hi Navya, Am 13.10.23 um 07:49 schrieb Navya: I am trying to upgrade the tomcat 9 to 10 version, May I know which version of the keycloak adapter is compatible with tomcat10? Which or what kind of ,,keycloak adapter'' do you use with your current tomcat9 version ? -- Greet

tomcat10 compatible keycloak-adapter version

2023-10-12 Thread Navya
Hi, I am trying to upgrade the tomcat 9 to 10 version, May I know which version of the keycloak adapter is compatible with tomcat10? Thanks, Navya

Keycloak-adapter compatible version

2023-10-12 Thread Navya
Hi, I am trying to upgrade the tomcat 9 to 10 version, May I know which version of the keycloak adapter is compatible with tomcat10? Thanks, Navya

Re: Enable two way SSL in Apache Tomcat 10 Version 10.0.27

2023-08-20 Thread Kaushal Shriyan
On Sun, Aug 20, 2023 at 4:25 PM wrote: > Kaushal, > > please check the new configuration method with SSLHostConfig - your's is > probably from an older version, right? In the working version you already > use it. > > see my (redacted) config: > > pr

Re: Enable two way SSL in Apache Tomcat 10 Version 10.0.27

2023-08-20 Thread logo
Kaushal, please check the new configuration method with SSLHostConfig - your's is probably from an older version, right? In the working version you already use it. see my (redacted) config: truststoreFile="${catalina.base}/conf/ssl/c

Re: Enable two way SSL in Apache Tomcat 10 Version 10.0.27

2023-08-19 Thread Kaushal Shriyan
> > >> > I have gone through >> https://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html. >> > Is there a way to enable two way SSL (mutual) in Apache Tomcat 10 >> Version >> > 10.0.27? >> > >> > Please guide me. >> > >>

Re: Enable two way SSL in Apache Tomcat 10 Version 10.0.27

2023-08-19 Thread Kaushal Shriyan
re a way to enable two way SSL (mutual) in Apache Tomcat 10 Version > > 10.0.27? > > > > Please guide me. > > > > Thanks in Advance. > > I see you have "gone through" the SSL Howto, but could you be specific > about what you have actually done? For

Re: Enable two way SSL in Apache Tomcat 10 Version 10.0.27

2023-08-09 Thread Christopher Schultz
Kaushal, On 8/7/23 22:23, Kaushal Shriyan wrote: Hi, I have gone through https://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html. Is there a way to enable two way SSL (mutual) in Apache Tomcat 10 Version 10.0.27? Please guide me. Thanks in Advance. I see you have "gone through&quo

Enable two way SSL in Apache Tomcat 10 Version 10.0.27

2023-08-07 Thread Kaushal Shriyan
Hi, I have gone through https://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html. Is there a way to enable two way SSL (mutual) in Apache Tomcat 10 Version 10.0.27? Please guide me. Thanks in Advance. Best Regards, Kaushal

plaint text version of question: hello world w3schools (tomcat)

2023-07-04 Thread Jim McNamara
Hi- I am resending my msg. in plain text wondering how to get tomcat to render my servlet for hellworld from code I got at w3schools. I am trying to follow the guidelines: TOMCAT 10.1.10 + plain text email! THANKS code and configuration files: import java.io.IOException; import java.io.Prin

Re: How to update tomcat to user different version of commons-fileupload

2023-02-25 Thread Ph. Dinh
user different version of commons-fileupload On 25/02/2023 17:28, Ph. Dinh wrote: > Hi, > > Is there a way to try different versions of commons-fileupload (i.e 1.3, 1.4, > and 1.5) on a Tomcat server (either 9.0 or 10.x)? Drop the necessary JARs (commons-dbcp, commons-pool) into $CATAL

Re: How to update tomcat to user different version of commons-fileupload

2023-02-25 Thread Mark Thomas
t;Advanced configuration" section will work. If not possible, is there a version of Tomcat that has the latest security fix in commons-fileupload 1.5? https://lists.apache.org/thread/hfq0okgjr4h5qkjzp009jn8v1hs0430k Mark - To unsu

How to update tomcat to user different version of commons-fileupload

2023-02-25 Thread Ph. Dinh
https://tomcat.apache.org/tomcat-9.0-doc/class-loader-howto.html "Advanced configuration" section will work. If not possible, is there a version of Tomcat that has the latest security fix in commons-fileupload 1.5? Thanks, PD.

RE: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-12 Thread Hiran CHAUDHURI
List Subject: Re: Receiving HTTP (any version but 3 prefered) over UDP [...] Due to my soon forthcoming project being a streaming media site, true real time delivery is the most important thing, and from my past work as a protocol designer, I can say without any qualification that TCP is absolutely

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-12 Thread Alex
Hi. On 11.12.22 17:44, Shawn Heisey wrote: On 12/10/22 15:15, Aryeh Friedman wrote: Is there any browser support for direct UDP sockets in any browser besides Chrome? I know WebRTC and Websockets force TCP. I know Chrome does support UDP but can find no evidence one way for the other browsers.

Re: Tomcat 9.0.N Upgrading Minor Version In A Cluster

2022-12-11 Thread Mark Thomas
On 12/12/2022 01:16, Tim N wrote: Will session fail-over work b/w minor versions? i.e. can you cycle through upgrading Tomcat in a cluster from say 9.0.67 to 9.0.68? Generally, yes. But always check the change log and the migration guide in case we had to make a change that places some sort of

Tomcat 9.0.N Upgrading Minor Version In A Cluster

2022-12-11 Thread Tim N
Will session fail-over work b/w minor versions? i.e. can you cycle through upgrading Tomcat in a cluster from say 9.0.67 to 9.0.68? Also, is there any official documentation on this?

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-11 Thread Shawn Heisey
On 12/10/22 15:15, Aryeh Friedman wrote: Is there any browser support for direct UDP sockets in any browser besides Chrome? I know WebRTC and Websockets force TCP. I know Chrome does support UDP but can find no evidence one way for the other browsers. I'm sure you know that if Chrome is doing i

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-10 Thread Aryeh Friedman
hat HTTP/3 *always* uses > TLS. It's baked into the protocol and NOT optional as with earlier HTTP > versions. As far as I know, HTTP/3 is the only version of HTTP that > uses UDP transport. Is there any browser support for direct UDP sockets in any browser besides Chrome? I know Web

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-10 Thread Shawn Heisey
rlier HTTP versions.  As far as I know, HTTP/3 is the only version of HTTP that uses UDP transport. Thanks, Shawn - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: us

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-09 Thread Aryeh Friedman
On Fri, Dec 9, 2022 at 4:02 AM Mark Thomas wrote: > > On 08/12/2022 21:55, Aryeh Friedman wrote: > > I just tried the following command to test if tomcat does in fact listen on > > UDP: > > > > aryeh@sarek1024% nc -u localhost 8080 > > GET / HTTP/1.1 > > > > > > aryeh@sarek1024% > > > > Which is

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-09 Thread Rémy Maucherat
On Fri, Dec 9, 2022 at 10:02 AM Mark Thomas wrote: > > On 08/12/2022 21:55, Aryeh Friedman wrote: > > I just tried the following command to test if tomcat does in fact listen on > > UDP: > > > > aryeh@sarek1024% nc -u localhost 8080 > > GET / HTTP/1.1 > > > > > > aryeh@sarek1024% > > > > Which is

Re: Regarding Compilation Steps for Tomcat version 9 on RHEL8

2022-12-09 Thread Mark Thomas
. we could see support of OpenSSL 3.0. for tomcat native. Yes, both Tomcat Native 1.2.x and 2.0.x can be compiled with OpenSSL 3.0.0. Tomcat Native 2.0.x requires OpenSSL 3.0.x as a minimum. The current minimum OpenSSL version for Tomcat Native 1.2.x is OpenSSL 1.0.2 although that OpenSSL

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-09 Thread Mark Thomas
On 08/12/2022 21:55, Aryeh Friedman wrote: I just tried the following command to test if tomcat does in fact listen on UDP: aryeh@sarek1024% nc -u localhost 8080 GET / HTTP/1.1 aryeh@sarek1024% Which is nice to see tomcat is listening That command doesn't do what you think it does. UDP do

RE: Regarding Compilation Steps for Tomcat version 9 on RHEL8

2022-12-08 Thread Vivek Naruka (EXT-NSB)
-Original Message- From: Mark Thomas Sent: 07 December 2022 19:01 To: users@tomcat.apache.org Subject: Re: Regarding Compilation Steps for Tomcat version 9 on RHEL8 On 07/12/2022 09:36, Vivek Naruka (EXT-NSB) wrote: > Hi, > > We have downloaded Tomcat version 9 "apache-tomcat-9.0.7

Receiving HTTP (any version but 3 prefered) over UDP

2022-12-08 Thread Aryeh Friedman
I just tried the following command to test if tomcat does in fact listen on UDP: aryeh@sarek1024% nc -u localhost 8080 GET / HTTP/1.1 aryeh@sarek1024% Which is nice to see tomcat is listening but it is not apparently processing any requests since doing the same on TCP yields: aryeh@sarek1024%

Re: Regarding Compilation Steps for Tomcat version 9 on RHEL8

2022-12-07 Thread Mark Thomas
On 07/12/2022 09:36, Vivek Naruka (EXT-NSB) wrote: Hi, We have downloaded Tomcat version 9 "apache-tomcat-9.0.70.tar.gz" from https://tomcat.apache.org/download-90.cgi. To check the compatibility of Tomcat version 9.0 with OpenSSL 3.0, we need to compile source code of Tomcat ve

Regarding Compilation Steps for Tomcat version 9 on RHEL8

2022-12-07 Thread Vivek Naruka (EXT-NSB)
Hi, We have downloaded Tomcat version 9 "apache-tomcat-9.0.70.tar.gz" from https://tomcat.apache.org/download-90.cgi. To check the compatibility of Tomcat version 9.0 with OpenSSL 3.0, we need to compile source code of Tomcat version 9 on RHEL-8 with OpenSSL3.0. We require compila

Re: tomcat version retirement plan

2022-11-24 Thread Mark Thomas
.x is stable (best guess ~April 2024). There should be a formal announcement for 8.5.x soon. Then, major releases are typically released every 3 to 3.5 years. 9.x is a special case since it is the last version that supports Java EE. The exact plan is TBD but rather than 9.0.x being made EOL

Re: tomcat version retirement plan

2022-11-24 Thread Rémy Maucherat
Hi, On Thu, Nov 24, 2022 at 10:54 AM Rathore, Rajendra wrote: > > Hi Team, > > Can you please share the timeline for retiring the individual tomcat release ? > > Tomcat retirement plan date(tentative) > 8.5.x > 9.x.x > 10.0.x > 10.1.x > > Based on above table we will plan which to

tomcat version retirement plan

2022-11-24 Thread Rathore, Rajendra
Hi Team, Can you please share the timeline for retiring the individual tomcat release ? Tomcat retirement plan date(tentative) 8.5.x 9.x.x 10.0.x 10.1.x Based on above table we will plan which tomcat is long term supported so that we can use it for our software. Thanks and Rega

Re: Choosing Tomcat version for upgrade

2022-09-22 Thread Mark Thomas
guess* that: - Tomcat 8.5.x will no EOL no earlier than 31 March 2024 - Tomcat 9.0.x will be EOL no earlier than 31 March 2027 There is no need up update the specification version in your web application to run on a newer version of Tomcat

Choosing Tomcat version for upgrade

2022-09-22 Thread Gowtham Varma Buddharaju
Hi All, We are currently using Tomcat 8 and want to upgrade as it has reached EOL. Our project uses servlet spec 3.1. I understand upgrading to 8.5 from 8 will be very easy, but till when will 8.5 be supported? If we upgrade to 9 should we upgrade servlet spec in our application pom.xml from 3.1 t

Re: Latest version url

2022-09-03 Thread Niranjan Rao
ge 3. https://dlcdn.apache.org/tomcat/tomcat-10/ You might also be able to do something with a dummy Maven project and a dependency on org.apache.tomcat:tomcat and an appropriate version range. Mark On 03/09/2022 00:27, NH Rao wrote: Greetings, I am looking for a perma link or similar whi

Re: Latest version url

2022-09-03 Thread Mark Thomas
something with a dummy Maven project and a dependency on org.apache.tomcat:tomcat and an appropriate version range. Mark On 03/09/2022 00:27, NH Rao wrote: Greetings, I am looking for a perma link or similar which won't go away and point to latest version of tomcat for the currently supp

Latest version url

2022-09-02 Thread NH Rao
Greetings, I am looking for a perma link or similar which won't go away and point to latest version of tomcat for the currently supported major versions. Official downloads page points to latest minor release of the major version e.g. https://tomcat.apache.org/download-90.cgi and download

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-06 Thread Cherio
our application must not package any of the specification API jars > provided by Tomcat. That includes annotation-api.jar > > Tomcat implements the specific version of the API defined by those jars. > You can't drop in a different API version and expect Tomcat to magically > implement that

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Mark Thomas
Your application must not package any of the specification API jars provided by Tomcat. That includes annotation-api.jar Tomcat implements the specific version of the API defined by those jars. You can't drop in a different API version and expect Tomcat to magically implement that new ve

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Cherio
> java/Tomcat > > startup these libraries are being loaded in a different order depending > > on > > the tomcat version. The order is reliably different and reproducible. > > Kudos for tracking this down. > > > The conclusion is that Tomcat indeed implements Filte

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Mark Thomas
named JAR. Sometime during java/Tomcat startup these libraries are being loaded in a different order depending on the tomcat version. The order is reliably different and reproducible. Kudos for tracking this down. The conclusion is that Tomcat indeed implements Filter lifecycle annotation proc

AW: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Cherio > Gesendet: Dienstag, 5. April 2022 17:17 > An: Tomcat Users List > Betreff: Re: PostConstruct annotation in a filter since version 9.0.60 > > I did ran the diffs between versions. With my naked eye I didn't spot >

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Cherio
at startup these libraries are being loaded in a different order depending on the tomcat version. The order is reliably different and reproducible. The conclusion is that Tomcat indeed implements Filter lifecycle annotation processing but it does not run when those annotations are loaded from the a

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Cherio
ou're using Spring, maybe the problem could come from > there ? > > > > > The code that adds the filter is super simple: > > > > FilterRegistration.Dynamic filterName = > > servletContext.addFilter(FILTER_NAME, filterObject); > > > sessionContextFilter.addMapp

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Rémy Maucherat
ilterName = > servletContext.addFilter(FILTER_NAME, filterObject); > sessionContextFilter.addMappingForUrlPatterns(EnumSet.of(DispatcherType.REQUEST), > true, "/*"); > > The filter is a Spring an annotated class. in version 9.0.59 and > before @PostConstruct was only ha

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Cherio
The code that adds the filter is super simple: > > FilterRegistration.Dynamic filterName = > servletContext.addFilter(FILTER_NAME, filterObject); > sessionContextFilter.addMappingForUrlPatterns(EnumSet.of(DispatcherType.REQUEST), > true, "/*"); > > The filter is a Spr

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Cherio
The filter is a Spring an annotated class. in version 9.0.59 and before @PostConstruct was only handled by Spring. Starting with version 9.0.60, Tomcat attempts to handle PostConstruct. It produces an exception (see below) and fails to start the application. 12:34:56.789 ERROR o.a.c.c.C.[.[

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-03 Thread Konstantin Kolinko
сб, 2 апр. 2022 г. в 00:02, Cherio : > > I observed an announced change in behavior in version 9.0.60 (and later). > > My application has a Spring class loaded as a javax.servlet.Filter. It has > a method annotated with a PostConstruct annotation. Up until Tomcat 9.0.59 >

  1   2   3   4   5   6   7   8   9   10   >