AW: AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Christopher, thank you for your additional hints! You are right regarding CATALINA_BASE, of course! (In case Tomcat is really configured to use a separated CATALINA_BASE setup. Which I have practiced since Tomcat 5, but in a slightly different manner.) And regarding debug info: As far as I un

AW: AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Christopher, thank you for your additional hints! You are right regarding CATALINA_BASE, of course! (In case Tomcat is really configured to use a separated CATALINA_BASE setup. Which I have practiced since Tomcat 5, but in a slightly different manner.) And regarding debug info: As far as I un

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello again! I have installed a Tomcat 9.0.68 now on a CentOS vm, following actual recommendations how to do this on CentOS (means on RHEL as well). Following command, find / -name catalina.sh normally will be able to locate that core Tomcat shell script. setenv.sh needs to be located in sa

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello again! I have installed a Tomcat 9.0.68 now on a CentOS vm, following actual recommendations how to do this on CentOS (means on RHEL as well). Following command, find / -name catalina.sh normally will be able to locate that core Tomcat shell script. setenv.sh needs to be located in sa

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello, recommended approach: Insert as last but one line (last line might contain a call of catalina.sh – normally) echo „setenv.sh executed successfully“ > $TOMCAT_HOME/log/debug.txt and check existence of this created file after having initiated a restart of the Tomcat process. BR, Johann

AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
Hello, recommended approach: Insert as last but one line (last line might contain a call of catalina.sh – normally) echo „setenv.sh executed successfully“ > $TOMCAT_HOME/log/debug.txt and check existence of this created file after having initiated a restart of the Tomcat process. BR, Johann

AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread aon.913111623
Brainstorming is not really required for this basic task. Approach 1: Make a copy of your Tomcat installation, alter bootstrap, http and ajp connector ports, and use it as 2nd instance. Approach 2, using one physical Tomcat installation: You can configure n instances using CATALINA_BASE setup,

AW: Parallel Tomcat Instances On Same Server

2019-02-22 Thread aon.913111623
Brainstorming is not really required for this basic task. Approach 1: Make a copy of your Tomcat installation, alter bootstrap, http and ajp connector ports, and use it as 2nd instance. Approach 2, using one physical Tomcat installation: You can configure n instances using CATALINA_BASE setup,