RE: Tomcat Native 1.3.1 vs 2.0.9

2025-09-16 Thread Harri Pesonen
So the statement was actually true for Tomcat 9 (which we use) but false for Tomcat 10, which loads tcnative-2 first. I now run several benchmarks to find out if tcnative-1.dll or tcnative-2.dll make a difference compared to each other and to running without them. I noticed that when connector i

Re: Support for microsecond precision in timestamps (Tomcat 9.0.108 / 10.1.44)

2025-09-16 Thread Christopher Schultz
Poojashree, On 9/15/25 6:26 AM, Poojashree Prakash wrote: The request is not to change the default logging format, but to have an option in Tomcat logging to include microseconds in the timestamp. Having this option would allow us to enable microsecond precision only when needed, for detailed de

Re: Migrating (new server) tomcat 10 issue

2025-09-16 Thread A Name
On Tue, Sep 16, 2025 at 2:47 PM Christopher Schultz wrote: > > Hello, > > On 9/16/25 2:29 PM, A Name wrote: > > We've been running tomcat9 on linux (and 8 and 7 etc.) for years. I stood > > up a new server for tomcat 10 and pulled 10.1.44. > > > > I built the tomcat.service in /etc/systemd/system

Re: Migrating (new server) tomcat 10 issue

2025-09-16 Thread Christopher Schultz
Hello, On 9/16/25 2:29 PM, A Name wrote: We've been running tomcat9 on linux (and 8 and 7 etc.) for years. I stood up a new server for tomcat 10 and pulled 10.1.44. I built the tomcat.service in /etc/systemd/system [Unit]Description=Tomcat - instance %iAfter=syslog.target network.target [Serv

Re: Migrating (new server) tomcat 10 issue

2025-09-16 Thread Chuck Caldarale
> On 2025 Sep 16, at 13:29, A Name wrote: > > We've been running tomcat9 on linux (and 8 and 7 etc.) for years. I stood > up a new server for tomcat 10 and pulled 10.1.44. Pulled from where? The Tomcat website? Some repository? A USB stick? How was Tomcat installed after it was “pulled”?

Migrating (new server) tomcat 10 issue

2025-09-16 Thread A Name
We've been running tomcat9 on linux (and 8 and 7 etc.) for years. I stood up a new server for tomcat 10 and pulled 10.1.44. I built the tomcat.service in /etc/systemd/system [Unit]Description=Tomcat - instance %iAfter=syslog.target network.target [Service]Type=forking User=tomcatGroup=tomcat Wor

Re: Tomcat Native 1.3.1 vs 2.0.9

2025-09-16 Thread Michael Osipov
On 2025/09/16 09:09:45 Mark Thomas wrote: > On 16/09/2025 08:49, Michael Osipov wrote: > > On 2025/09/12 14:46:44 Mark Thomas wrote: > >> On 12/09/2025 15:33, Harri Pesonen wrote: > >>> Thanks, currently we have option to use APR but NIO is the default. > >>> Perhaps we drop APR and then switch to

Re: Tomcat Native 1.3.1 vs 2.0.9

2025-09-16 Thread Mark Thomas
On 16/09/2025 08:49, Michael Osipov wrote: On 2025/09/12 14:46:44 Mark Thomas wrote: On 12/09/2025 15:33, Harri Pesonen wrote: Thanks, currently we have option to use APR but NIO is the default. Perhaps we drop APR and then switch to Tomcat Native 2. What if we have both tcnative-1.dll and tcn

Re: Tomcat Native 1.3.1 vs 2.0.9

2025-09-16 Thread Michael Osipov
On 2025/09/12 14:46:44 Mark Thomas wrote: > On 12/09/2025 15:33, Harri Pesonen wrote: > > Thanks, currently we have option to use APR but NIO is the default. > > Perhaps we drop APR and then switch to Tomcat Native 2. > > > > What if we have both tcnative-1.dll and tcnative-2.dll available, I gues