You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Duane Gran <ra...@spinweb.net> on 2000/08/21 14:41:35 UTC

URI question

I have a simple question... when using Tomcat in stand alone mode, the
URI is a little bit long.  For example, to access the Hello World
example, the URL is:

  http://www.domain.com/example/servlet/HelloWorldExample

How would I go about changing this to be just
/servlet/HelloWorldExample?  Many thanks in advance.

Duane Gran