Re: [External] : Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Rémy Maucherat
0.95 work for me as well. I would say your maven did not use the right annotations jar, for example the annotations jar from 9.0.93 does not include the module info (due to the packaging bug) and it could maybe do that. Rémy > Thanks, > Greg > > ____ > From

[ANN] Apache Tomcat 9.0.96 available

2024-10-08 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.96. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.96 is a bugfix and feat

Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Rémy Maucherat
On Tue, Oct 8, 2024 at 5:23 PM Greg Eschbacher wrote: > > Hi everyone, > > Our application is upgrading from tomcat-embed-core 9.0.88 to 9.0.95, and we > are having issues building with the latest jar. > > We are getting issues related to JDK 11 and modules. Specifically, when we > build, we ge

Re: Null host causing NullPointerException in CrawlerSessionManagerValve

2024-10-10 Thread Rémy Maucherat
On Thu, Oct 10, 2024 at 1:37 PM Donald I Macdonald wrote: > > Hi there, > > I've a tomcat 9.0.91 server (running on Corretto OpenJDK 17.0.12.7.1 + > Amazon Linux 2023). It runs behind nginx (v1.24.0). > > The catalina log records a NPE SEVERE error every few seconds, > complaining that the Host us

Re: Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-24 Thread Rémy Maucherat
On Thu, Oct 24, 2024 at 2:36 PM Lucian Jurj wrote: > > Hi, > > I've searched for a solution on wiki, web, apache pony mail lists. Tried > various experinetns to isolate the cause... but unsuccessful. I've seen this > 3 months ago with 9.0.93 then waited to more tomcat releases and retry > think

Re: deploying on 9.0.96 is painful

2024-10-24 Thread Rémy Maucherat
On Thu, Oct 24, 2024 at 4:32 PM Ronald Klop wrote: > > Van: "Rémy Maucherat" > Datum: woensdag, 23 oktober 2024 17:48 > Aan: users@tomcat.apache.org > Onderwerp: Re: deploying on 9.0.96 is painful > > > > On Wed, Oct 23, 2024 at 5:37PM Ronald Klop > >

Re: deploying on 9.0.96 is painful

2024-10-23 Thread Rémy Maucherat
On Wed, Oct 23, 2024 at 5:37 PM Ronald Klop wrote: > > Hi, > > We pre-compile our JSPs. Team Dev uses Tomcat jars for this. And team Sys > keeps the Tomcat servers running and up-to-date. > Running Tomcat since 5.x or maybe even before. Currently running 9.0.x. > > For years it worked fine if we

Re: Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-28 Thread Rémy Maucherat
On Mon, Oct 28, 2024 at 11:41 AM Lucian Jurj wrote: > > > > Looking at "https-openssl-nio-9727" connector (ignoring "http-nio-9728") I > > see > > > 24-Oct-2024 12:27:14.109 INFO [main] > > org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler > > ["https-openssl-nio-9727"] > > 24-

Re: Considerations for the WebDAV servlet

2024-10-01 Thread Rémy Maucherat
On Tue, Oct 1, 2024 at 4:53 PM Michael Osipov wrote: > > Folks, > > I'd like to put some effort into the DefaultServlet and the WebDAV servlet > to align them more with mod_autoindex and add some minor improvements if I > can cover my usecases here at work. > > Currently, I use mod_dav which I wan

Re: Considerations for the WebDAV servlet

2024-10-02 Thread Rémy Maucherat
On Wed, Oct 2, 2024 at 4:47 PM Christopher Schultz wrote: > > Michael, > > On 10/1/24 12:14, Michael Osipov wrote: > > On 2024/10/01 15:20:53 Rémy Maucherat wrote: > >> On Tue, Oct 1, 2024 at 4:53 PM Michael Osipov wrote: > >>> > >>> Folk

Re: Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-25 Thread Rémy Maucherat
On Fri, Oct 25, 2024 at 11:37 AM Lucian Jurj wrote: > > Thank you Rémy for your quick response. We still have a few questions for > better understanding. > > > >> 24-Oct-2024 11:53:15.217 INFO [main] > >> org.apache.catalina.startup.Catalina.load Server initialization in > >> [1871] milliseconds

Re: [External] Re: Best way to *programmatically* detect that all webapps are fully deployed and running?

2024-11-24 Thread Rémy Maucherat
On Sun, Nov 24, 2024 at 4:53 PM Amit Pande wrote: > > Though it's super late, thought of sharing using JMX to get the application > deployment status. > > https://github.com/amitlpande/java-utils/blob/master/ApplicationeploymentCheckerValve.java > https://github.com/amitlpande/java-utils/blob/mas

[ANN] Apache Tomcat 9.0.97 available

2024-11-09 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.97. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.97 is a bugfix and feat

[ANN] Apache Tomcat 9.0.79 available

2023-08-14 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.79. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.79 is a bugfix and feat

[ANN] Apache Tomcat 9.0.81 available

2023-10-10 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.81. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.81 is a bugfix and feat

Re: Change in behavior Tomcat 9.0.81

2023-10-11 Thread Rémy Maucherat
On Wed, Oct 11, 2023 at 11:30 AM i...@flyingfischer.ch wrote: > > Strange change in behavior, when updating to the latest Tomcat 9.0.81 > version: > > Calling static files (.js / .css) from a server running Tomcat 9.0.81 > over httpclient now results in > > org.apache.http.ConnectionClosedExceptio

Re: Tomcat 9.0.81 Degraded ssl performance

2023-10-13 Thread Rémy Maucherat
On Fri, Oct 13, 2023 at 9:25 AM Rathore, Rajendra wrote: > > Hi Team, > > Can you please share the release plan for 9.0.82 version, as we are planning > to update it? You can get it at the usual place: https://tomcat.apache.org/download-90.cgi Rémy > > Thanks and Regards, > Rajendra Rathore >

[ANN] Apache Tomcat 9.0.82 available

2023-10-13 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.82. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.82 is a bugfix and feat

Re: Testing OpenSSL integration using the FFM API with Tomcat 11 on Windows 10

2023-11-10 Thread Rémy Maucherat
On Fri, Nov 10, 2023 at 4:27 PM Mark Thomas wrote: > > On 10/11/2023 14:44, Eduardo Guadalupe wrote: > > Thanks Mark, > > > > I found the issue, I assumed OpenSSL was installed because I had seen in > > some logs the message “OpenSSL successfully initialized [OpenSSL 3.0.11 19 > > Sep 2023].” > >

[ANN] Apache Tomcat 9.0.83 available

2023-11-15 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.83. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.83 is a bugfix and feat

[ANN] Apache Tomcat 9.0.84 available

2023-12-12 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.84. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.84 is a bugfix and feat

Re: 9.0.83 addSslHostConfig JMX Operation Regression (Sample Code Attached)

2023-12-14 Thread Rémy Maucherat
On Wed, Dec 13, 2023 at 9:43 PM Daniel Skiles wrote: > > The object and operation I'm trying to address is Catalina --> > ProtocolHandler --> --> --> operations --> addSslHostConfig. > > The parameters are an SslHostConfig object and the boolean value "true". > > The operation is "addSslHostConf

Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Rémy Maucherat
On Fri, Dec 15, 2023 at 4:18 AM Jun Suzuki wrote: > > Hello all, > > Does anyone have experience of implementation of AOT/GraalVM by > following official documentation as below? > https://tomcat.apache.org/tomcat-9.0-doc/graal.html > > I created a simple spring framework application(deployed as a

Re: 9.0.83 addSslHostConfig JMX Operation Regression (Sample Code Attached)

2023-12-15 Thread Rémy Maucherat
the last one always wins. This would explain why it sometimes works and > > sometimes does not work. > > > > The best solution would be to explicitly-define this operation in the > > MBeans XML-based registration. Then no introspection is necessary and we > > alway

Re: Issues of Ahead of Time compilation support

2023-12-15 Thread Rémy Maucherat
On Fri, Dec 15, 2023 at 11:54 AM Jun Suzuki wrote: > > Rémy > Thank you so much for your support. > May I confirm a little bit further regarding your reply. > > 2023年12月15日(金) 17:08 Rémy Maucherat : > > > > On Fri, Dec 15, 2023 at 4:18 AM Jun Suzuki wrote: > &

Re: Run Tomcat as native image

2023-12-18 Thread Rémy Maucherat
On Mon, Dec 18, 2023 at 1:28 PM Jun Suzuki wrote: > > Hello all, > > I'm now following the guide of > https://tomcat.apache.org/tomcat-11.0-doc/graal.html to build Tomcat > into native image. > The original thread I posted before has become too long to be easily > understood, so please let me rais

Re: Run Tomcat as native image

2023-12-20 Thread Rémy Maucherat
On Wed, Dec 20, 2023 at 5:33 AM Jun Suzuki wrote: > > 2023年12月19日(火) 16:11 Jun Suzuki : > > > > 2023年12月19日(火) 1:18 Rémy Maucherat : > > > > > > On Mon, Dec 18, 2023 at 1:28 PM Jun Suzuki > > > wrote: > > > > > > > > He

[ANN] Apache Tomcat 9.0.85 available

2024-01-09 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.85. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.85 is a bugfix and feat

[ANN] Apache Tomcat 9.0.86 available

2024-02-19 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.86. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.86 is a bugfix and feat

Re: When does Tomcat add and remove threads?

2024-03-12 Thread Rémy Maucherat
On Tue, Mar 12, 2024 at 5:55 PM wrote: > > All, > > > > -Original Message- > > From: Christopher Schultz > > Sent: Tuesday, March 12, 2024 8:31 AM > > To: users@tomcat.apache.org > > Subject: Re: When does Tomcat add and remove threads? > > > > John, > > > > On 3/11/24 18:14, john.e.gr...

[ANN] Apache Tomcat 9.0.87 available

2024-03-14 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.87. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.87 is a bugfix and feat

[ANN] Apache Tomcat 11.0.0-M19 (alpha) available

2024-04-16 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M19 (alpha). Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations s

[ANN] Apache Tomcat 9.0.88 available

2024-04-16 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.88. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.88 is a bugfix and feat

Re: Tomcat closes connections on unexpected status codes

2024-04-18 Thread Rémy Maucherat
On Thu, Apr 18, 2024 at 1:17 PM Mark Thomas wrote: > > On 18/04/2024 09:07, Stefan Ansing wrote: > > Hi, > > > > We've observed some unexpected behaviour in Apache Tomcat (version 10.1.19) > > where we see that HTTP/1.1 connections are closed whenever a servlet > > application returns the followin

[ANN] Apache Tomcat 9.0.89 available

2024-05-07 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.89. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.89 is a bugfix and feat

Re: JVM crashing with caCertificatePath in server.xml

2024-05-21 Thread Rémy Maucherat
On Tue, May 21, 2024 at 9:33 AM Michael Osipov wrote: > > On 2024/05/20 13:30:43 Christopher Schultz wrote: > > Michael, > > > > On 5/20/24 06:52, Michael Osipov wrote: > > > On 2024/05/17 15:11:58 Christopher Schultz wrote: > > >> Michael, > > >> > > >> On 5/17/24 03:42, Michael Osipov wrote: > >

Re: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-14 Thread Rémy Maucherat
On Thu, Jun 13, 2024 at 11:30 PM Christopher Schultz wrote: > > Jon, > > On 6/13/24 14:27, Mcalexander, Jon J. wrote: > > Thanks Chuck! Here is the full stack-trace > > > > Jun 11, 2024 3:21:28 PM org.apache.catalina.startup.HostConfig > > deployDirectory > > SEVERE: Error deploying web applicati

[ANN] Apache Tomcat 9.0.90 available

2024-06-19 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.90. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.90 is a bugfix and feat

[ANN] Apache Tomcat 9.0.91 available

2024-07-08 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.91. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.91 is a bugfix and feat

Re: Tomcat 10.x over 9.x

2024-07-12 Thread Rémy Maucherat
On Fri, Jul 12, 2024 at 1:04 PM Dimitris Soumis wrote: > > 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 >

[ANN] Apache Tomcat 9.0.93 available

2024-08-05 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.93. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.93 is a bugfix and feat

[ANN] Apache Tomcat 9.0.94 available

2024-09-11 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.94. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.94 is a bugfix and feat

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

[ANN] Apache Tomcat 9.0.95 available

2024-09-17 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.95. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.95 is a bugfix and feat

[ANN] Apache Tomcat 9.0.52 available

2021-08-07 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.52. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.52 is a bugfix and feat

Re: BasicDataSource restart()

2021-09-03 Thread Rémy Maucherat
On Fri, Sep 3, 2021 at 2:46 AM Jerry Malcolm wrote: > > I have a requirement to start a new log database on the first of every > month. I still need to have access to older monthly log databases. I > do not want to create a bunch of hardcoded manually configured > individual datasources, one fo

[ANN] Apache Tomcat 9.0.53 available

2021-09-13 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.53. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.53 is a bugfix and feat

[ANN] Apache Tomcat 9.0.54 available

2021-10-04 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.54. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.54 is a bugfix and feat

Re: JNDIRealm thread blocking issue

2021-10-29 Thread Rémy Maucherat
On Fri, Oct 29, 2021 at 9:28 AM Suvendu Sekhar Mondal wrote: > > Hello Chris, > > On Fri, Oct 29, 2021 at 2:46 AM Christopher Schultz > wrote: > > > > Suvendu, > > > > On 10/28/21 12:55, Suvendu Sekhar Mondal wrote: > > > Hello Everyone, > > > > > > I was investigating one thread pool exhaustion

Re: Not able to enable SSL on AJP connector

2021-11-01 Thread Rémy Maucherat
On Mon, Nov 1, 2021 at 3:32 PM Jasvant Singh wrote: > The SSLHostConfig works fine with HTTP/1.1 but not with AJP/1.3 Connector. The AJP protocol does not support use of TLS. If you want TLS, you can use HTTP as the proxy protocol, or set up tunnels that use TLS. Rémy --

[ANN] Apache Tomcat 9.0.55 available

2021-11-15 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.55. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.55 is a bugfix and feat

[ANN] Apache Tomcat 9.0.56 available

2021-12-08 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.56. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.56 is a bugfix and feat

Re: CVE-2021-44228 Log4j 2 Vulnerability -- How does this affect Tomcat?

2021-12-11 Thread Rémy Maucherat
On Sat, Dec 11, 2021 at 11:05 PM Sebastian Hennebrüder wrote: > > Hi all, > > I reproduced the attack against Tomcat 9.0.56 with latest Java 8 and Java 11. > Actually the Java path version is not relevant. > > It is possible with a deployed Tomcat 9 and Spring Boot with Tomcat embedded. > > If yo

Re: Issues when building native image with GraalVM

2021-12-28 Thread Rémy Maucherat
On Tue, Dec 28, 2021 at 7:18 PM Mar R wrote: > > Tomcat 10.0.14 > Windows 10 x64 21H1 OS Build 19043.1415 > > openjdk version "17.0.1" 2021-10-19 > OpenJDK Runtime Environment GraalVM CE 21.3.0 (build > 17.0.1+12-jvmci-21.3-b05) > OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-2

Re: Issues when building native image with GraalVM

2022-01-04 Thread Rémy Maucherat
disable JMX use in Tomcat with --no-jmx (until recently this was done internally in Tomcat when using AOT). Rémy > > Il giorno ven 31 dic 2021 alle ore 14:42 Mar R > ha scritto: > > > Il giorno mar 28 dic 2021 alle ore 22:26 Rémy Maucherat > > ha scritto: > > > &

Re: Issues when building native image with GraalVM

2022-01-08 Thread Rémy Maucherat
has it enabled by default. You can > >disable JMX use in Tomcat with --no-jmx (until recently this was done > >internally in Tomcat when using AOT). > > Thanks I'll try again this way, as soon as I discover where to use it :D Rémy > Il giorno mar 4 gen 2022 alle ore 14:22 R

Re: Application name in log record

2022-01-10 Thread Rémy Maucherat
On Mon, Jan 10, 2022 at 11:34 AM Mark Thomas wrote: > > I went to look at the source code and found something I'd completely > forgotten about. Tomcat exposes several properties that you can use in > logging.properties. They are: > > classloader.webappName > classloader.hostName > classloader.serv

Re: Tomcat GraalVm native image issue

2022-01-15 Thread Rémy Maucherat
On Sat, Jan 15, 2022 at 6:05 PM Satyajit Rout wrote: > > I want to serve the static file of a reactjs application through this > tomcat native image and I don't have any jar/war file to place under the > webapps folder. > > But tomcat native image is not running without a server.xml file in the >

Re: Tomcat GraalVm native image issue

2022-01-17 Thread Rémy Maucherat
. init(Tomcat.java:459) > at org.apache.catalina.startup.Tomcat.main(Tomcat.java:1337) > > Jan 16, 2022 2:31:37 PM org.apache.catalina.core.Standardservice > startInternal > INFO: Starting service [Tomcat] > >

[ANN] Apache Tomcat 9.0.58 available

2022-01-20 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.58. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.58 is a bugfix and feat

Re: Tomcat 9 Encrpytion of JDBC

2022-01-24 Thread Rémy Maucherat
On Thu, Jan 20, 2022 at 6:30 PM Christopher Schultz wrote: > > Harri, > > On 1/20/22 11:37, Harri Pesonen wrote: > > Vault for Apache Tomcat: > > > > https://github.com/web-servers/tomcat-vault > > > > It hides the secrets in another encrypted file, and password for that > > file is then in anothe

Re: Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-02-24 Thread Rémy Maucherat
On Thu, Feb 24, 2022 at 10:31 AM Istvan SZEKELY wrote: > > Hello! > > I have an application where a ReadListener and a WriteListener (call it > MyWriteListener) set to the ServletInputStream and the ServletOutputStream > objects. Updating the Tomcat container from 8.5.73 to 8.5.75, the follow > er

[ANN] Apache Tomcat 9.0.59 available

2022-02-28 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.59. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.59 is a bugfix and feat

Re: Re: Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-02-28 Thread Rémy Maucherat
thub.com/apache/tomcat/commit/2739565fa5286623e8bb31823770595de14b6370 The fix will be in the next round of monthly releases (9.0.60). Thanks ! Rémy > > On 2022/02/24 10:42:29 Rémy Maucherat wrote: > > On Thu, Feb 24, 2022 at 10:31 AM Istvan SZEKELY > > wrote: > > &g

[ANN] Apache Tomcat 9.0.60 available

2022-03-14 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.60. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.60 is a bugfix and feat

Re: Tomcat 9.0.59 - TLS 1.3 cipher configuration ignored (TLS 1.2 ok)

2022-03-15 Thread Rémy Maucherat
On Fri, Mar 11, 2022 at 6:58 PM Christopher Schultz wrote: > > Torsten, > > On 3/11/22 06:03, Torsten Krah wrote: > >> It seems to me you are listing a cipher that might be correct > >> according to the OpenSSL documentation, but then whether that is > >> available to your JVM may be different. >

Re: Unknown http2 settings is logged with wrong settings key

2022-03-23 Thread Rémy Maucherat
On Wed, Mar 23, 2022 at 8:28 PM Thomas Hoffmann (Speed4Trade GmbH) wrote: > > > > > -Ursprüngliche Nachricht- > > Von: Christopher Schultz > > Gesendet: Mittwoch, 23. März 2022 16:56 > > An: users@tomcat.apache.org > > Betreff: Re: Unknown http2 settings is logged with wrong settings key

Re: Unknown http2 settings is logged with wrong settings key

2022-03-23 Thread Rémy Maucherat
On Wed, Mar 23, 2022 at 8:28 PM Thomas Hoffmann (Speed4Trade GmbH) wrote: > > > > > -Ursprüngliche Nachricht- > > Von: Christopher Schultz > > Gesendet: Mittwoch, 23. März 2022 16:56 > > An: users@tomcat.apache.org > > Betreff: Re: Unknown http2 settings is logged with wrong settings key

[ANN] Apache Tomcat 9.0.62 available

2022-04-01 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.62. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.62 is a bugfix and feat

Re: PostConstruct annotation in a filter since version 9.0.60

2022-04-05 Thread Rémy Maucherat
On Tue, Apr 5, 2022 at 4:02 PM Cherio wrote: > > Yes, I confirm. For this project I download Tomcat from here: > https://archive.apache.org/dist/tomcat/tomcat-$MAJOR_VER/v$VER/bin/apache-tomcat-$VER.tar.gz > > BTW @PostConstruct doesn't have to do with dependency injection. It is > about lifecycle

Re: 9.0.60 fix question

2022-04-07 Thread Rémy Maucherat
On Thu, Apr 7, 2022 at 8:41 PM Robert Hicks wrote: > >- [image: Fix:] Fix potential thread-safety issue that could cause >HTTP/1.1 request processing to wait, and potentially timeout, waiting for >additional data when the full request has been received. (markt) > > > What would that ac

[ANN] Apache Tomcat 9.0.63 available

2022-05-16 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.63. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.63 is a bugfix and feat

[ANN] Apache Tomcat 9.0.64 available

2022-06-09 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.64. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.64 is a bugfix and feat

Re: State of the Cat 2022

2022-06-28 Thread Rémy Maucherat
On Mon, Jun 27, 2022 at 11:37 PM Christopher Schultz wrote: > > Cathy, > > On 6/27/22 15:01, Cathy Spears wrote: > > Wondering if there will be a State of the cat 2022. > > Rémy is scheduled to give a talked called "[Tomcat:] New and Upcoming" > at ApacheCon North America in October. I would imagi

Re: State of the Cat 2022

2022-06-28 Thread Rémy Maucherat
On Tue, Jun 28, 2022 at 3:38 PM Christopher Schultz wrote: > > Rémy, > > On 6/28/22 05:33, Rémy Maucherat wrote: > > On Mon, Jun 27, 2022 at 11:37 PM Christopher Schultz > > wrote: > >> > >> Cathy, > >> > >> On 6/27/22 15:01, Cathy S

Re: State of the Cat 2022

2022-06-30 Thread Rémy Maucherat
On Thu, Jun 30, 2022 at 6:41 PM Christopher Schultz wrote: > > Rémy, all, > > On 6/28/22 09:58, Rémy Maucherat wrote: > > On Tue, Jun 28, 2022 at 3:38 PM Christopher Schultz > > wrote: > >> > >> Rémy, > >> > >> On 6/28/22 05:33,

[ANN] Apache Tomcat 9.0.65 available

2022-07-20 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.65. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.65 is a bugfix and feat

Re: [ANN] New committer: Han Li

2022-09-06 Thread Rémy Maucherat
On Tue, Sep 6, 2022 at 9:39 AM Mark Thomas wrote: > > On behalf of the Tomcat committers I am delighted to announce that > Han Li (lihan) has been voted in as a new Tomcat committer. > > Please join me in congratulating Han. Welcome ! :) Remy > Kind regards, > > Mark > > ---

[ANN] Apache Tomcat 9.0.67 available

2022-09-26 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.67. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.67 is a bugfix and feat

Re: [ANN] Apache Tomcat 9.0.67 available

2022-09-29 Thread Rémy Maucherat
On Thu, Sep 29, 2022 at 10:06 AM Greg Huber wrote: > > Hello, > > I am testing this release and are getting lots of these type of random > errors : > > <%@include file="../widgets/lazyload.jsp" %> > > > Caused by: org.apache.jasper.JasperException: > /WEB-INF/jsps/core/listMe.jsp (line: [91], colu

[ANN] Apache Tomcat 9.0.69 available

2022-11-14 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.69. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.69 is a bugfix and feat

Re: Why does LockOutRealm not support CredentialHandler?

2022-11-15 Thread Rémy Maucherat
On Tue, Nov 15, 2022 at 11:11 AM Thorsten Schöning wrote: > > Hi everyone, > > I have some webapp hosted by Tomcat and need to restrict user access > to some part of that. One additional requirement is that this app > needs to be CIS benchmark compliant and that requires to use > LockOutRealm and

Re: Why does LockOutRealm not support CredentialHandler?

2022-11-16 Thread Rémy Maucherat
On Wed, Nov 16, 2022 at 1:36 PM Christopher Schultz wrote: > > Thorsten, > > On 11/16/22 03:20, Thorsten Schöning wrote: > > Guten Tag Christopher Schultz, > > am Mittwoch, 16. November 2022 um 04:50 schrieben Sie: > > > >> >> resourceName="UserDatabase"> > >> >> className="org.apache.catalina.r

Re: Why does LockOutRealm not support CredentialHandler?

2022-11-17 Thread Rémy Maucherat
On Wed, Nov 16, 2022 at 6:14 PM Christopher Schultz wrote: > > Rémy, > > On 11/16/22 07:53, Rémy Maucherat wrote: > > On Wed, Nov 16, 2022 at 1:36 PM Christopher Schultz > > wrote: > >> > >> Thorsten, > >> > >> On 11/16/22 03:20,

Re: Why does LockOutRealm not support CredentialHandler?

2022-11-17 Thread Rémy Maucherat
On Thu, Nov 17, 2022 at 11:22 AM Mark Thomas wrote: > > On 17/11/2022 10:07, Rémy Maucherat wrote: > > On Wed, Nov 16, 2022 at 6:14 PM Christopher Schultz > > > > >> I guess we could add a configuration option to CombinedRealm: > >> > >> inher

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

[ANN] Apache Tomcat 9.0.70 available

2022-12-05 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.70. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.70 is a bugfix and feat

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: apache-tomcat-9.0.70 >> JNDI look up fails in a different thread context class loader !!

2022-12-13 Thread Rémy Maucherat
On Tue, Dec 13, 2022 at 9:36 AM dineshk wrote: > > > Hi Mark, > I guess you are right , I tried with simple web application and JNDI look up > fails in both tomcat 7.x and 9.x if the current thread context class loader > is changed but strangely when we deploy our application which uses hibernat

Re: Possibilities for fetching config information from Kubernetes

2023-01-10 Thread Rémy Maucherat
On Tue, Jan 10, 2023 at 3:11 PM Christopher Schultz wrote: > > Mark, > > On 1/10/23 03:22, Mark Thomas wrote: > > On 09/01/2023 22:17, Christopher Schultz wrote: > >> All, > >> > >> I'm aware that there is a k8s manager for clustering > >> (CloudMembershipService) but I was wondering if / how that

[ANN] Apache Tomcat 9.0.71 available

2023-01-13 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.71. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.71 is a bugfix and feat

Re: changes in Tomcat 10 break Spring Boot 3 executable JARs

2023-01-31 Thread Rémy Maucherat
On Tue, Jan 31, 2023 at 5:14 PM Garret Wilson wrote: > > I'm passing on an issue discussed on Spring Boot GitHub which may not > have been passed on to you. The main ticket is > https://github.com/spring-projects/spring-boot/issues/33633 . > > Spring Boot 3 executable JARs with Java 17 will break

Re: changes in Tomcat 10 break Spring Boot 3 executable JARs

2023-02-02 Thread Rémy Maucherat
On Tue, Jan 31, 2023 at 5:14 PM Garret Wilson wrote: > > I'm passing on an issue discussed on Spring Boot GitHub which may not > have been passed on to you. The main ticket is > https://github.com/spring-projects/spring-boot/issues/33633 . > > Spring Boot 3 executable JARs with Java 17 will break

[ANN] Apache Tomcat 9.0.72 available

2023-02-23 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.72. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.72 is a bugfix and feat

[ANN] Apache Tomcat 9.0.73 available

2023-03-03 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.73. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.73 is a bugfix and feat

Re: java.lang.AbstractMethodError: Receiver class org.apache.tomcat.websocket.server.WsSessionListener does not define or inherit an implementation

2023-03-20 Thread Rémy Maucherat
On Mon, Mar 20, 2023 at 1:59 PM Harri Pesonen wrote: > > Hello, > > I changed: > > * source code target from Java 8 to Java 11 > * Tomcat from 8.5 to 9.0.73 > * Java runtime from Java 11 to Java 17 > and now I see extra error in Tomcat log, which did not happen before: The Servlet API

[ANN] Apache Tomcat 9.0.74 available

2023-04-18 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.74. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.74 is a bugfix and feat

Re: [ANN] Apache Tomcat 9.0.74 available

2023-04-18 Thread Rémy Maucherat
mcat.apache.org/download-90.cgi or https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.74/ Rémy > > from mobile (sorry for typos ;) > > > On Tue, Apr 18, 2023, 15:55 Rémy Maucherat wrote: > > > The Apache Tomcat team announces the immediate availability of Apache > > Tomc

Re: [ANN] Apache Tomcat 9.0.74 available

2023-04-18 Thread Rémy Maucherat
On Tue, Apr 18, 2023 at 2:05 PM Maxim Solodovnik wrote: > > from mobile (sorry for typos ;) > > > On Tue, Apr 18, 2023, 18:58 Rémy Maucherat wrote: > > > On Tue, Apr 18, 2023 at 1:49 PM Maxim Solodovnik > > wrote: > > > > > > Hello, > > >

[ANN] Apache Tomcat 9.0.75 available

2023-05-10 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.75. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.75 is a bugfix and feat

  1   2   3   4   5   >