Caldarale, Charles R wrote: >> From: SRamasamy [mailto:su...@techie.com] >> Subject: Tomcat really need Shutdown port >> >> I have removed port but its working. let me know how its working after >> removing shutdonw port ? > > Without the shutdown port, you will not be able to stop Tomcat via the normal > scripts. You can terminate the Tomcat process by whatever means your OS > provides, but I wouldn't recommend that.
If you set the shutdown port to -1 then the standard process kill (ie kill -15 <pid> on linux) will perform a standard, perfectly safe shutdown identical to what you would get if the shutdown script worked (which it won't without a shutdown port) Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org