----------------------------------------------------------------
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!!!
----------------------------------------------------------------

"Robert Keith (UK)" wrote:

> I think we have lost the track, what I am looking at doing is providing
> customers with servlet and jsp support.
> 
> The nice solution is to give each customer a servlet zone. I would like to
> sign users up via a web form, and the create the template site for them
> complete with their own servlet zone.
> 
> Obviously I cannot restart apache every time a user signs up, since this
> would disrupt the server.
> 
> If this is not possible I will need to rethink my strategy. This is however
> the ideal solution.

Use load balancing.  Then you can stop and start one engine, then stop
and start the other (or others) with minimal interruption of service. 
The downside is possible loss of session data.

It'd be nice to be able to just add a zone at runtime though.


--
--------------------------------------------------------------
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