Tomcat not releasing connector port at shutdown

2025-03-19 Thread Jason Countryman
Hello, I'm using Tomcat 10.1.34 on Debian Bookworm. I have a multiple CATALINA_HOME one CATALINA_BASE configuration, which works perfectly, most of the time. There are 4 CATALINA_HOME setups. The issue is that one of these CATALINA_BASE setups, when getting the shutdown command from the shut

Re: Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-24 Thread Jason Countryman
e installs tomcat 8.5 - catalina_base/catalina_home Jason, On 2/23/22 13:50, Jason Countryman wrote: > Good afternoon, > > On a Centos 7 machine, I have multiple full tomcat installs. > > /var/tomcat_installs/initiatingPROD > /var/tomcat_installs/respondingPROD > > My app u

Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-23 Thread Jason Countryman
Good afternoon, On a Centos 7 machine, I have multiple full tomcat installs. /var/tomcat_installs/initiatingPROD /var/tomcat_installs/respondingPROD My app uses a spring configuration for cxf, and uses catalina.base to identify the location for the keystore/truststore, and log4j2 for logging.