----------------------------------------------------------------
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!!!
----------------------------------------------------------------
>>>>> "RC" == Riley, Cameron <[EMAIL PROTECTED]> writes:
RC> Therefore, there can be only one instance of the class in the
RC> only allowed instance of the Servlet.
RC> Please anyone correct me if I have any of the above wrong :)
You can always have several instances of the same servlet class but
under different servlet aliases of course (but only one per alias).
Furthermore you can have a couple of instances of servlets that
implement the infamous javax.servle.SingleThreadModel.
And if you use load balancing you will of course end up with more
than one instance (but only one per VM).
Stefan
--
--------------------------------------------------------------
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]