AW: AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
@tomcat.apache.org Betreff: Re: AW: setenv.sh not loaded Johann, On 11/2/22 14:02, aon.913111...@aon.at wrote: > 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, >

AW: AW: setenv.sh not loaded

2022-11-02 Thread aon.913111623
@tomcat.apache.org Betreff: Re: AW: setenv.sh not loaded Johann, On 11/2/22 14:02, aon.913111...@aon.at wrote: > 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, >

Re: AW: setenv.sh not loaded

2022-11-02 Thread Christopher Schultz
Johann, On 11/2/22 14:02, aon.913111...@aon.at wrote: 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 scr

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

Re: AW: setenv.sh not loaded

2022-11-02 Thread Ivano Luberti
Hi Johann where should I insert the echo? In setenv.sh , right? If so, no file has been created, so stenv.sh seems is not called Il 02/11/2022 13:36, aon.913111...@aon.at ha scritto: Hello, recommended approach: Insert as last but one line (last line might contain a call of catalina.sh – nor

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