RE: META-INF/Context.xml path question

2014-01-14 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, January 13, 2014 3:16 PM > To: Tomcat Users List > Subject: Re: META-INF/Context.xml path question > > On 13/01/2014 17:38, Bob DeRemer wrote: > > We're trying to determine

Re: META-INF/Context.xml path question

2014-01-13 Thread Konstantin Kolinko
2014/1/13 Bob DeRemer : Tomcat version =? > We're trying to determine if it's possible to build a WAR with an embedded > META-INF/Context.xml that defines the webapp path to be different then the > WAR file name. Not possible. BTW, the file name is "context.xml" (case sensitively). > Let's

Re: META-INF/Context.xml path question

2014-01-13 Thread Mark Thomas
On 13/01/2014 17:38, Bob DeRemer wrote: > We're trying to determine if it's possible to build a WAR with an > embedded META-INF/Context.xml It is context.xml, not Context.xml. Case matters. > that defines the webapp path to be > different then the WAR file name. No, it is not possible to do this

RE: META-INF/Context.xml path question

2014-01-13 Thread Caldarale, Charles R
> From: Bob DeRemer [mailto:bob.dere...@thingworx.com] > Subject: META-INF/Context.xml path question > We're trying to determine if it's possible to build a WAR with an embedded > META-INF/Context.xml that defines the webapp path to be different then the > WAR fil

META-INF/Context.xml path question

2014-01-13 Thread Bob DeRemer
We're trying to determine if it's possible to build a WAR with an embedded META-INF/Context.xml that defines the webapp path to be different then the WAR file name. Let's say we have AppServer-.war, but we want to access it as: http:///Server. In addition, we want to support uploading/insta