> Are your applet and browser calling the same url? If you defined multiple > <servlet> definitions for your servlet in web.xml you will get separate > instances. Also if you have your context loaded twice: defined as a > <context> in server.xml and autoloaded.
>Charlie Thanks! The problem was that I requested servlet from browser and applet by different url's - by full url and by the short, that was described in web.xml Daniil -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
