aspose file tools
The moose likes Tomcat and the fly likes tomcat service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "tomcat service" Watch "tomcat service" New topic
Author

tomcat service

TomTom Lee
Greenhorn

Joined: Jun 15, 2007
Posts: 8
Hi all...

I currently have TomCat set up so that each of my webapps has its own separate TomCat windows service (its own conf folder, conf files, and ports). They all work fine, but one of them does not stop properly. When I right click and stop the service, the dialog box hangs and then times out. However, the tomcat executable does die somewhere along the way, and for all intensive purposes, the webapp is stopped. But for some reason, the windows service manager thing thinks the webapp is still alive. When I try to stop the service with the "sc" command, I get an error and a weird message that says "The pipe has been ended." Does anyone know what is going on?

Thanks alot
Ilari Moilanen
Ranch Hand

Joined: Apr 15, 2008
Posts: 197
Are the shutdown ports all different from each other for all your Tomcat instances?

Can you show what is written in Tomcat logs when the shutdown command is executed?
TomTom Lee
Greenhorn

Joined: Jun 15, 2007
Posts: 8
Yeah all the ports are different. The log files don't show anything. They just say things like "Stopping Service..." and then instead of saying "Service stopped successfully", it just ends.

Thanks!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: tomcat service
 
Similar Threads
Running Tomcat from Eclipse
tomcat plugin
DBC Driver error
Cannot Connect to database using datasource realm
Tomcat 6.0.32 only connects to first deployed application configuration