Is it possible to give an alias to an application like you can with a servlet? I have a war named myWar-1.2.3.4.war located in my webapps directory. In my web.xml within the war directory WEB-INF/web.xml I have the servlet appropriately mapped to '/'.
All that said (and hopefully understood) above I can access the servlet @ http://localhost/myWar-1.2.3.4/ now my question is, is there a way to give that war an alias so I can access is @ http://localhost/alias/ I would like to maintain the name and version number on the actual war file, but just exclude it from the url. Thank You, tadamski -- View this message in context: http://www.nabble.com/tomcat-5.5.9-aliases-tp15341478p15341478.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]