developerinlondon
Programmer
i am testing the tomcat service and running into two different problems.
in one machine the tomcat server seems to be running fine (here we are using Tomcat 5.5.0, JDK1.4, gentoo Linux)
and on another the tomcat server starts according to the catalina log but I cant browse to it (using Tomcat 5.5.8, JDK1.5, Redhat Linux).
In both of their catalina.out files I get the exception thrown that the port is already taken (Protocol handler initialization failed: java.net.BindException: Address already in use:8080) whenever I stop and start tomcat, ie tomcat doesnt die properly and the "ps" confirms that. From one of the threads on the net (I found this may be caused by using non-daemon threads, but I am not sure how I may be able to fix this as I havent gotten as far as my application yet.
So what might I be able to do to figure out whats going on?
thanks
n.
in one machine the tomcat server seems to be running fine (here we are using Tomcat 5.5.0, JDK1.4, gentoo Linux)
and on another the tomcat server starts according to the catalina log but I cant browse to it (using Tomcat 5.5.8, JDK1.5, Redhat Linux).
In both of their catalina.out files I get the exception thrown that the port is already taken (Protocol handler initialization failed: java.net.BindException: Address already in use:8080) whenever I stop and start tomcat, ie tomcat doesnt die properly and the "ps" confirms that. From one of the threads on the net (I found this may be caused by using non-daemon threads, but I am not sure how I may be able to fix this as I havent gotten as far as my application yet.
So what might I be able to do to figure out whats going on?
thanks
n.