On Mon, 19 Mar 2001, Pablo S. Casullo wrote:
> Hello, I wanted to know if anyone knows how to startup and shutdown
> different servlets running in the same instance of Apache-Tomcat.
> Nowadays, I have to startup and shutdown Apache-Tomcat but in the
> near future I want to be able to shutdown/reload/startup each
> servlet independently from the other.
I think you're going to need to clarify exactly what you want do to.
You don't shutdown/reload/startup servlets, the servlet container
(i.e. tomcat) does. Most servlet containers (including tomcat) do
allow you to specify that a servlet is started up when the container
is started, but otherwise it controls the servlet lifecycle (and
servlets are started up upon the first request to them).
Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]