Hi all, I am using Tomcat 4.0. When i execute the servlet URL is
http://localhost:8080/examples/servlet/HelloWorld when i use the class name mapping in web.xml i can use "http://localhost:8080/examples/HelloWorld". But the problem is i've to do this for each and every class. Is there a way of mapping where i can do it only once and don't have to create a new entry in web.xml for every class. i want to get rid of " servlet" in the URL. Thanks in advance Vijay ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
