> From: William Mok [mailto:[EMAIL PROTECTED] 
> Subject: tomcat deploy configuration
> 
> However, if I move the servlet class files to a 
> separate directory called myservlet, for example 
> <tomcat_root>\webapps\myservlet, the servlet 
> fails to deploy. (servlet not found error)
> 
> What is the minimum configuration changes that I need to do 
> in order to make it work?

Is there an error at deployment time or when you try to reference the
servlet from a client?

Did you restart Tomcat?

Did you remember to do the servlet mapping in your
webapps\myservlet\WEB-INF\web.xml?

 - 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to