Re: Deploying a relative docBase outside of appBase

2014-06-30 Thread Peter Rifel
Using the catalina.home variable did the trick, thank you! Peter On 6/26/14, 7:19 PM, "Caldarale, Charles R" wrote: >> From: Peter Rifel [mailto:pri...@mixpo.com] >> Subject: Deploying a relative docBase outside of appBase > >> In Tomcat 7 I had a ROOT.xm

RE: Deploying a relative docBase outside of appBase

2014-06-26 Thread Caldarale, Charles R
> From: Peter Rifel [mailto:pri...@mixpo.com] > Subject: Deploying a relative docBase outside of appBase > In Tomcat 7 I had a ROOT.xml file in conf/Catalina// which > contained > my Context with a docBase="../../www.war" parameter. This was able to reach > my &g

Deploying a relative docBase outside of appBase

2014-06-26 Thread Peter Rifel
Hello, I am in the process of upgrading from Tomcat 7.0.54 to 8.0.9 and am running into an issue with the location of my exploded war directories. In Tomcat 7 I had a ROOT.xml file in conf/Catalina// which contained my Context with a docBase="../../www.war" parameter. This was able to reach m