> -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
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
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
> 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
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