----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> Do I have to restart Apache JServ if I set up a new servlet zone? The
> problem is, that all the current users would have to restart their servlets.
> The state of the servlets is lost. So, is there a way of adding new servlet
> zones without restarting the Apache Jserv?

I can't remember for sure.

You might be able to get away with just restarting the httpd. If you are
autostarting the JVM, then that will cause it to restart, so the answer is
yes in that case. Solution is to not start the JVM auto.

Now, as for the bigger question about state, well, you could fix that
yourself by implementing your servlets correctly in the first place.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to