I want to stop the installation of an application under certain conditions.

I have a servlet that is loaded on startup and I check some things in its
init() method. I want to be able to disable the application at this point.
Throwing a ServletException in the init() doesn't seem to work.

Question is: How does one stop the installation of an application?

Tomcat 4.0.3 standalone with jdk1.4 on Solaris8.

TIA

- Mark


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to