sunnyjassal
Programmer
i am having problems with shutting down tomcat
i am on a linux machine startup is no problem where in the bin folder
all i type is
./startup.sh
but when i type ./shutdown
i get
using CATALINA_BASE: /usr/tomcat416/tomcat
using CATALINA_HOME: /usr/tomcat416/tomcat
using CATALINA_TMPDIR: /usr/tomcat416/tomcat/temp
using JAVA_HOME: /usr/java/java1.4
after this the computer hangs and after a while i get this message:
Catalina.stop: java.net.ConnectionException: Connection timed out
Java.net.ConnectException: Connection timed out
and then the exception
does anyone know why i get this.. if so how do i fix this problem so i can shutdown tomcat manually rather than restarting my comp
thanx