Re: Is there a build of Turbine 4 where the TurbineYaafiCompontService path to cC.xml can be relative?

Thomas Vandahl <[email protected]> Sat, 02 Mar 2013 11:12:36 +0100
Newsgroups gmane.comp.jakarta.turbine.user
Message-ID <[email protected]>
On 01.03.13 16:43, Robert Lee wrote:
> This is a minor issue when moving from test to production machines.
> 
> http://mail-archives.apache.org/mod_mbox/turbine-dev/201108.mbox/%[email protected]%3E
> 
> +  * The !TurbineYaafiComponentService tries to read its
> `containerConfiguration.xml` before
> the application root directory is set. The workaround is to set the path
> to the `containerConfiguration.xml`
> file to an absolute value.

Yes, you can use
${applicationRoot}/WEB-INF/conf/containerConfiguration.xml for example.

Bye, Thomas.