Resending since I did not see a response... I'd like to do a lot of start up initialization, but if Tomcat forces the servlet to do this two times, it might not be worth it.
Just a quick question... I've noticed that all Servlets are loaded twice on Tomcat. I'm running 4.0.3 on Win2K, and just by looking at the output I can see the same servlet is loaded twice in quick succession (also, HttpServlet.init gets called twice, but that's from loading twice). Is this a known bug/feature? Any way to get a servlet to load only once (such as those servlets that have a great deal of initialization)? Thanks! Jeff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
