I have a small application implemented in servlets running on Tomcat
container. But to access servlets, users
have to type the URLs  like
"http://<servername>/<projectname>/servlet/<servletname>". I really like
to change it so that users only need to enter URLs like
"http://<servername>/<projectname>/<servletname>".

I wonder whether I can ahieve this by simply editing something in the
configuration files like web.xml?

Thanks,

-- Laiwu Luo

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to