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
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
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
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
> 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”?
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
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
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
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