> From: Derek Alexander [mailto:[EMAIL PROTECTED] > Subject: Using manager to deploy with path="/123/456/789" > > I want to use the manager to deploy an app with the context > path like /123/456/789
Can't say I know how to do it with the manager app, although it may be possible. What you need to end up with is a file named 123#456#789.xml under conf/Catalina/[host] that contains a <Context> element with a docBase attribute pointing the the .war file. Said .war file should be located outside of any <Host> element's appBase directory, or it will be deployed twice, once under the desired name and again under the name of the .war file. - Chuck 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]