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 >

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

2015-10-14 Thread ptruche
Hello Mark, Indeed I made an error when I wrote the problem statement, maAppWarFile.war is in fact unpacked to "my/path/to/Tomcat/webapps/my-app/," not the conf folder.   Philippe From: Mark Thomas To: Tomcat Users List Sent: Wednesday,

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

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

2015-10-13 Thread ptruche
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-app.xml`.           

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