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

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

I'm sure I'm not expecting init() to be called all the time. All it is doing
is loading a properties list. Plus everything works peachy keen
once you get past that first load. And, if I load just one frame manually,
then go the url that starts up both frames, all is ok. It's just that first
hit.

Frank





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