----------------------------------------------------------------
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!!!
----------------------------------------------------------------
>>> On Tue, 18 Jan 2000 12:33:28 -0000,
>>> "Robert" == "Robert Keith (UK)" <[EMAIL PROTECTED]> wrote:
Robert> lets say a new user starts with my company, he/she is going to
Robert> develop servlets, so I create a zone etc for her, however I can't
Robert> take the server down every five minutes ...
Rather than segmenting by zones, give each developer their own instance of
JServ. You'll need to pick a unique port for each developer, and mount
each JServ instance in your http.conf, like this:
ApJServMount /servlets/USER ajpv11://localhost:PORT/ZONE
Any changes here just need an "apachectl restart", which is pretty quick
and easy.
Allow your developers to stop/start/configure their JServ engines as
required.
--
Mike Williams
--
--------------------------------------------------------------
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]