>
> If I understand you correctly I think I must say a servlet get's
initialized once, when it's loaded (by the classloader), and then only again
if it's changed.
It must be so in theory, but in fact I see, that when applet request servlet
(that was already initialized) at first time, the servlet function init()
automatically called, and only after that execute servlet method doPost().
So, the Tomcat creates new instance of servlet - because I see, that the
first instance of servlet(to which were requests only from browser, not from
applet) exists parallel to the new instance().
At the following requests from applet to the servlet function init() does't
execute's and no new instances are created.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>