> From: tadamski [mailto:[EMAIL PROTECTED] > Subject: tomcat 5.5.9 aliases > > I would like to maintain the name and version number on the > actual war file, but just exclude it from the url.
Keep the webapp outside of the Tomcat directory structure so Tomcat won't automatically deploy it under the name of the .war file. Then, create the file conf/Catalina/[host]/[alias].xml containing a <Context> element with a docBase attribute pointing to the absolute location of the webapp. This will let you reference the webapp by whatever you use for [alias]. - Chuck P.S. You might want to upgrade to a later version of 5.5 - lots of fixes have gone in since then. THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]