Tomcat 4.1.27
Windows XP
JDK 1.3

In a secondary instance of Tomcat (CATALINA_BASE=c:\myapp) I have a servlet defined to 
preload 
   <load-on-startup>1</load-on-startup>

The problem is that the init() method is run twice.  If I remove the <context> 
definition for the web application, the preloaded servlet only runs init() once (but 
then I can access it because there is no path mapping.)

What am I missing?

Mitch

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to