----------------------------------------------------------------
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 11/29/99 10:42 AM, Frank Morton <[EMAIL PROTECTED]> wrote:
> I have confirmed that
> init() is indeed called one time, but it seems that when
> the same servlet is called simultaneously that not only
> does init() not run on the second instance, but the request
> is also not serviced.
init() should only be called once. That is why it is called init(). ;-)
The failures after that are probably related to you expecting init() to be
called all the time.
-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]