You can also shutdown Tomcat using telnet. The tomcat configuration file will have a line like (C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\server.xml):
<Server port="8005" shutdown="SHUTDOWN"> The port number is where the server is listening for command connections. Then just type (using your port number): telnet localhost 8005 After the connection message, type (in all caps): SHUTDOWN And hit enter. The Tomcat server will then shutdown. Thanks, Steve Betts [EMAIL PROTECTED] 937-477-1797 -----Original Message----- From: Michael Ji [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 4:32 PM To: [email protected] Subject: shutdown tomcat web service hi, I use cgywin in windows XP as platform for nutch, somehow, I found I couldn't kill webservice. Whenever how many time I use "tomcat5/bin/catalina.sh stop", the homepage of nutch still can be launched if I typing in "ttp://localhost" In winXP services tool, I didn't see a service having name like 'tomcat' or something similar. Any suggestions you could give out? thanks, Michael Ji __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
