• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomcat service

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
reply
    Bookmark Topic Watch Topic
  • New Topic