Hi
I am experiencing a problem with restarting tomcat. Am running tomcat standalone. When tomcat is shut down (shutdown.sh) and then restarted (startup.sh) from a cron job, the previous java processes are still present (I can see them by using ps -aux). Any ideas why? There are no errors reported in the shutdown cron job.
Further when I try to manually kill the java processes (killall java) the system shuts down the adm daemon as well. I am not clear why this is either.
Any insights would be greatly appreciated.
Aisne
I am experiencing a problem with restarting tomcat. Am running tomcat standalone. When tomcat is shut down (shutdown.sh) and then restarted (startup.sh) from a cron job, the previous java processes are still present (I can see them by using ps -aux). Any ideas why? There are no errors reported in the shutdown cron job.
Further when I try to manually kill the java processes (killall java) the system shuts down the adm daemon as well. I am not clear why this is either.
Any insights would be greatly appreciated.
Aisne