Hi,

I have written a servlet and deployed successfully under 
<tomcat_root>\webapps\examples\WEB-INF\classes with all the servlet class files 
sitting there. 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?

I don't want to create any WAR file if I don't need to. Thanks.

Sincerely,
William Mok

Reply via email to