I am new to Tomcat, so please be gentle.

To access a servlet, the default is to use: 
http://myhost.com:8080/bob/servlet/bob 

How can I change the "mapping" to use the following instead:
http://myhost.com:8080/servlet/bob 



Reply via email to