On 18.12.24 05:26, Ganesan, Prabu wrote:
tomcat@lrpmmobappdev1 bin]$ ./startup.sh this is actual Path of tomcat –but its getting started with tomcat2 Using CATALINA_BASE: /usr/apps/tomcat2 Using CATALINA_HOME: /usr/apps/tomcat2 Using CATALINA_TMPDIR: /usr/apps/tomcat2/temp
The definition of CATALINA_BASE and/or CATALINA_HOME seems to be your problem: No matter which binary you use for starting tomcat: These two environment variables determine which tomcat will be started. Candidate for these settings (if configured through best practices) is bin/setenv.sh. If it's not there, it might be environment variables that are already present in your shell (in that case you can check them by echo $CATALINA_BASE and echo $CATALINA_HOST. Otherwise check any other file that differs from tomcat's downloaded version. Olaf --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org