Posted By:
Anonymous
Posted On:
Friday, September 9, 2011 08:44 AM
Hello Tom
That thing happens to me every time I start a Netbeans JSP project in debug mode. Don't know why. :|
Anyway, after "killing" the java process, I can start tomcat6 again.
Normally what I do is:
$ ps -e | grep java
12345 ? 00:00:01 java
$ kill 12345
$ sudo /etc/init.d/tomcat6 start
Starting Tomcat servlet engine: tomcat6.
$
PS: What I would be more than happy to know is why JSP debug mode hangs tomcat, but ....
Cheers
David