• 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 Won't Shutdown in Unix

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to run Tomcat on a Unix machine and when I run shutdown.sh the script executes without erros but the Tomcat process is still there. The only way I can shutdown Tomcat is to lookup the process ID and then kill it.
The process I am refering to looks like this:
ashis 3947 1 0 13:22:53 pts/26 0:20 /pie/java2/bin/../bin/../bin/sparc/native_threads/java -Dtomcat.home=./.. org.a
reply
    Bookmark Topic Watch Topic
  • New Topic