Hello,
we are running Tomcat 9.0.62 on AIX 7.2. In our server.xml we use variables for
ports and other values:
...
The variables are set in setenv.sh (the port is an example):
export CATALINA_OPTS="-Dport.shutdown=12345 $CATALINA_OPTS"
Tomcat is starting with this configuration and working c
Hi Suvendu
Thanks for responding, we are using only one instance of tomcat. The
connections still exceed the MaxTotal / max Active value mentioned in the
datasource config.
-Original Message-
From: Suvendu Sekhar Mondal
Sent: Wednesday, May 4, 2022 10:27 PM
To: Tomcat Users List
Subj
On 04/05/2022 22:29, Mohamed Eliyas Abdul Kadar wrote:
Hi All
I am trying to limit the db connections on the oracle side by limiting the size
of connection pool in the datasource config as below. I tried setting the max
size to 20 by maxTotal/ maxActive either of them didn't work. The db side
Hello Mohamed,
On Thu, May 5, 2022 at 2:59 AM Mohamed Eliyas Abdul Kadar
wrote:
>
> Hi All
> I am trying to limit the db connections on the oracle side by limiting the
> size of connection pool in the datasource config as below. I tried setting
> the max size to 20 by maxTotal/ maxActive either
Hi All
I am trying to limit the db connections on the oracle side by limiting the size
of connection pool in the datasource config as below. I tried setting the max
size to 20 by maxTotal/ maxActive either of them didn't work. The db side
connection was always more than 30. Please advise.
Re
On 03/05/2022 14:12, Hagenauer, Florian wrote:
Does anyone have an idea or is able to clarify if this is an issue with Tomcat
or with Safari/WebKit? Or if there is a workaround to this issue?
I've just run Safari on a fully updated macOS Monterey against the
Autobahn|Testsuite for the WebS
Hi Pawel,
> Try capturing the traffic (with Wireshark, etc) for the broken connection
> against Tomcat, and then also to the "working" Python server, at least what
> are the differences on the wire.
> That would probably help identify the problem a lot faster.
I attached screenshots from Wiresh