Re: [EXTERNAL] Re: Connection pool

2022-05-05 Thread Mark Thomas
On 05/05/2022 17:51, Mohamed Eliyas Abdul Kadar wrote: C:\apache-tomcat-9.0.45\conf which is CATALINA_BASE\conf The contents of the context.xml file placed in that located is inherited by every web application deployed to Tomcat. So, if you have three web applications deployed you will get t

RE: [EXTERNAL] Re: Connection pool

2022-05-05 Thread Mohamed Eliyas Abdul Kadar
C:\apache-tomcat-9.0.45\conf which is CATALINA_BASE\conf -Original Message- From: Mark Thomas Sent: Thursday, May 5, 2022 8:43 AM To: users@tomcat.apache.org Subject: Re: [EXTERNAL] Re: Connection pool CAUTION: This email originated from outside the organization. DO NOT click links or

RE: [EXTERNAL] Re: Connection pool

2022-05-05 Thread Mohamed Eliyas Abdul Kadar
Please find below : C:\apache-tomcat-9.0.45\conf -Original Message- From: Mark Thomas Sent: Thursday, May 5, 2022 8:43 AM To: users@tomcat.apache.org Subject: Re: [EXTERNAL] Re: Connection pool CAUTION: This email originated from outside the organization. DO NOT click links or open at

Re: [EXTERNAL] Re: Connection pool

2022-05-05 Thread Mark Thomas
On 05/05/2022 16:39, Mohamed Eliyas Abdul Kadar wrote: This file is from context.xml for the datasource. Repeating my previous question: What is the full path to this context.xml file relative to CATALINA_BASE? Mark C:\apache-tomcat-9.0.45\bin>startup.bat Using CATALINA_BASE: "C:\apache

RE: [EXTERNAL] Re: Connection pool

2022-05-05 Thread Mohamed Eliyas Abdul Kadar
This file is from context.xml for the datasource. C:\apache-tomcat-9.0.45\bin>startup.bat Using CATALINA_BASE: "C:\apache-tomcat-9.0.45" Using CATALINA_HOME: "C:\apache-tomcat-9.0.45" Using CATALINA_TMPDIR: "C:\apache-tomcat-9.0.45\temp" Using JRE_HOME:"C:\Program Files\Java\jdk1.8.0_2

Re: AW: Variables in server.xml leads to error when stopping Tomcat

2022-05-05 Thread Christopher Schultz
Henning, On 5/5/22 09:27, Boesch, Henning (G-GPPD) wrote: Hello Torsten, hello Chris You need to put "-Dport.shutdown=12345" to the JAVA_OPTS because the stop process needs that port. Thanks for the answer, this worked for me. Henning, the reason you get the error message and Tomcat /still

AW: Variables in server.xml leads to error when stopping Tomcat

2022-05-05 Thread Boesch, Henning (G-GPPD)
Hello Torsten, hello Chris > You need to put "-Dport.shutdown=12345" to the JAVA_OPTS because the > stop process needs that port. Thanks for the answer, this worked for me. > Henning, the reason you get the error message and Tomcat /still/ stops is > because the shutdown process uses an OS sig

Re: Variables in server.xml leads to error when stopping Tomcat

2022-05-05 Thread Christopher Schultz
Torsten, On 5/5/22 04:14, Torsten Krah wrote: Am Donnerstag, dem 05.05.2022 um 06:42 + schrieb Boesch, Henning (G-GPPD): export CATALINA_OPTS="-Dport.shutdown=12345 $CATALINA_OPTS" The docs have this: # CATALINA_OPTS (Optional) Java runtime options used when the "start", #

Re: Variables in server.xml leads to error when stopping Tomcat

2022-05-05 Thread Torsten Krah
Am Donnerstag, dem 05.05.2022 um 06:42 + schrieb Boesch, Henning (G-GPPD): > export CATALINA_OPTS="-Dport.shutdown=12345 $CATALINA_OPTS" The docs have this: # CATALINA_OPTS (Optional) Java runtime options used when the "start", # "run" or "debug" command is executed. #