> From: Anand HS [mailto:[EMAIL PROTECTED]
> Subject: Re: What exactly happens when I configure a different host
>
> Here is the web.xml from my webapp -
>
> <servlet>
>  <servlet-name>action</servlet-name>
>  <servlet-class>com.psi.servlet.Log4jInitializerServlet</servlet-class>
>  <init-param>
>   <param-name>debug</param-name>
>   <param-value>2</param-value>
>  </init-param>
>  <load-on-startup>2</load-on-startup>
> </servlet>

I thought you said your web.xml didn't have a reference to 
Log4jInitializerServlet?  Then what are we looking at above?  You need to make 
the class file available in WEB-INF/classes or in a jar in WEB-INF/lib.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to