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

Hi Guys,

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.

Any suggesstions

regards

Robert Keith

-----Original Message-----
From: Phil Lewis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 18, 2000 1:30 PM
To: Java Apache Users
Subject: RE: Configuring Multiple Servlet Zones


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

You really don't want people using a vital web server for development.

Even if the people were ultra-experienced servlet gurus, that would be a big
mistake.

During the course of development, if your servlets are anything other than
seriously trivial, the developer is going to do something nasty to the
server, quite by accident. It is innevitable. If it is a new developer, then
they may do terrible things frequently, until they get sorted.

We just developed a servlet using JNI, and the guy trying to get it to work
started and stopped the server probably a dozen times an hour.

Get the new developers to put apache on their workstations. This will give
them a chance to understand apache and jserv, which they will need to do
anyway if they are going to be effective developers.

Any opinions expressed in this email are those of the individual and not
necessarily Knowledge Management Software plc.  This email and any files
transmitted with it are confidential and solely for the use of the intended
recipient.
If you are not the intended recipient or the person responsible for
delivering to the intended recipient, be advised that you have received this
email in error and that any use is strictly prohibited.  If you have
received this email in error please notify the Systems Manager by telephone
on 44 (0) 161 227 9009


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


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