Re: Help with symbolic links

2014-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 7/17/14, 4:15 PM, Michael Bauers wrote: I have been working on an installer that installs tomcat 8.0.9 and copies a custom railo installation into the tomcat directory. I highly recommend that you split your CATALINA_HOME and

RE: Help with symbolic links

2014-07-17 Thread Michael Bauers
I have been working on an installer that installs tomcat 8.0.9 and copies a custom railo installation into the tomcat directory. While working on this, I seem to have broken tomcat. I had a copy of what was a working install, and reverting to that did not help. I did not do anything to java

Help with symbolic links

2014-07-15 Thread Michael Bauers
We had tomcat 7 installed and were using symbolic links. A developer had apparently allowed this via allowLinking set to true in a context.xml file I am trying to migrate to tomcat 8.0.9 and this no longer works. In fact, I get warnings in the log. 15-Jul-2014 15:14:05.484 WARNING

Re: Help with symbolic links

2014-07-15 Thread Peter Rifel
Are the symbolic links pointing to somewhere outside the appBase? I ran into the same problem and adding this to my context.xml fixed the issue: Resources className=org.apache.catalina.webresources.StandardRoot allowLinking=true/ See

RE: Help with symbolic links

2014-07-15 Thread Caldarale, Charles R
From: Michael Bauers [mailto:michael.bau...@jdsu.com] Subject: Help with symbolic links We had tomcat 7 installed and were using symbolic links. A developer had apparently allowed this via allowLinking set to true in a context.xml file I am trying to migrate to tomcat 8.0.9 Apparently