Re: Unable to deploy app with Tomcat Manager Text interface using a Context Descriptor

2015-10-14 Thread ptruche
Re: Unable to deploy app with Tomcat Manager Text interface using a Context Descriptor On 13/10/2015 16:31, ptruche wrote: > Sorry about the formatting issue. Here is the corrected > version.--- > > My

Re: Unable to deploy app with Tomcat Manager Text interface using a Context Descriptor

2015-10-14 Thread Mark Thomas
On 13/10/2015 16:31, ptruche wrote: > Sorry about the formatting issue. Here is the corrected > version.--- > > My application context is defined as an XML file located in > `my/path/to/Tomcat/conf/Catalina/localhost/my-

Re: Unable to deploy app with Tomcat Manager Text interface using a Context Descriptor

2015-10-13 Thread ptruche
e of the appBase     Centos 6.5 From: Mark Thomas To: Tomcat Users List Sent: Tuesday, October 13, 2015 11:20 AM Subject: Re: Unable to deploy app with Tomcat Manager Text interface using a Context Descriptor On 13/10/2015 16:09, ptruche wrote: > My application context is define

Re: Unable to deploy app with Tomcat Manager Text interface using a Context Descriptor

2015-10-13 Thread Mark Thomas
On 13/10/2015 16:09, ptruche wrote: > My application context is defined as an XML file located in > `my/path/to/Tomcat/conf/Catalina/localhost/my-app.xml`. > name='my_config_dir' value='/my/path/to/myApp' type='java.lang.String'/> > > `/my/path/to/myApp` contains the WAR file myAp

Unable to deploy app with Tomcat Manager Text interface using a Context Descriptor

2015-10-13 Thread ptruche
My application context is defined as an XML file located in `my/path/to/Tomcat/conf/Catalina/localhost/my-app.xml`.                `/my/path/to/myApp` contains the WAR file myAppWarFile.war and a number of externalized properties that are read by Spring. Tomcat is configured with autoDeploy tur