views:

20

answers:

0

Basically, I work in RSA(7.0 on Windows 7) and when I need to restart the Tomcat (5.5) server, I get this:

2010.08.18 17:35:27 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1541 ms
2010.08.18 17:37:33 org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
2010.08.18 17:37:34 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
2010.08.18 17:37:34 org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080

and it just hangs there. If I manually press the stop button it continues the restart process normally. Any ideas why can't RSA restart it without my help?