• 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 stopping problem

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to the serverside programmong.
Sometimes the Tomcat server is not stopping eventhough I am stopping it expicitly through the eclipse IDE tomcat stop icon.The tomcat process is still running in the background which I am able to find in the task manager of Windows.What may be the problem?
 
Hooplehead
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds to me more like a problem with your Eclipse plug-in that controls Tomcat than Tomcat itself. It would help ranchers to help you if you gave us version numbers and told us what plug-in you were using.

Have you examined the tomcat logs? What do they indicate?
reply
    Bookmark Topic Watch Topic
  • New Topic