This may seem like an odd request and I'm sure it is nonstandard, but it
nonetheless something I'd like to be able to do.  We have an instance of
Tomcat running.  It runs one application.  This application is NOT an
application serving content over the www.  It is basically a straight java
application running inside of a web server.  The reason it runs in a Web
server is because there is one subsidiary use case that uses HTTP Gets to
fire actions in the application via a servlet.  No other applications are
served off this web server.

The non-web application's "main()" is the servlet's init().  If this servlet
cannot initialize there is no point to keeping Tomcat running and it would
in fact make monitoring easier if it were not running.

Is there any easy way to achieve this in Tomcat?


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to