Hi, I am new in using tomcat.
My question is: $CATALINA_HOME/webapps/examples/WEB-INF/classes/HelloWorldServlet.class can be executed by typing in the IE browser http://xxxx:8080/examples/servlet/HelloWorldServlet But $CATALINA_HOME/webapps/my/WEB-INF/classes/HelloWorldServlet.class can NOT be executed by typing in the IE browser http://xxxx:8080/my/servlet/HelloWorldServlet WHY??? The directories and HelloWorldServlet.class in both "exapmples" and "my" have the same read, write, execution attributes. Help will be appreciated. myao