hi,
have you  enabled reload="true" in <context> tag in conf/server.xml?
 
--
Manivannan Palanichamy
http://geocities.com/manivannan57



 
 
 
-----Original Message-----
From: Tom Bednarz <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Mon, 24 Apr 2006 08:19:10 +0200
Subject: Preload of servlet does not work with Tomcat 5.5.15


I have a silly problem: 
 
I defined the following in the web.xml of my web application: 
 
 <servlet> 
  <servlet-name>MTWInit</servlet-name> 
  <servlet-class>ch.smartsol.mtweb.servlets.MTWInit</servlet-class> 
  <init-param> 
  <param-name>MailConfiguration</param-name> 
  <param-value>/WEB-INF/config/Mail.properties</param-value> 
  </init-param> 
  <load-on-startup>1</load-on-startup> 
 </servlet> 
 
This servlet is NOT loaded at all. This is true for the following situations: 
 
- when running in Eclipse (with MyEclipse IDE) debugger, the breakpoints in the 
servlets init() function are NEVER hit 
- when running tomcat as service (under Windows) no log entries are written 
which means init() is never called 
 
Any idea what could be wrong?? 
 
Tom 
 
--------------------------------------------------------------------- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 
 
________________________________________________________________________
Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam 
and email virus protection.

Reply via email to