----------------------------------------------------------------
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!!!
----------------------------------------------------------------
I have a situation where two frames on the same browser
page are "filled" with the same servlet. All is fine except
the first time the servlet is loaded. 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. If I hit "reload" or reload either frame,
all is fine and stays that way. It is just on the startup.
Has anyone else seen this? Any ideas how to get around
this? I may force the servlet to load when apache starts,
but I'd like to deal with this as it affects a number of things
I am doing.
Thanks.
Frank Morton
[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]