This might be esoteric, but I've got something of ...
# lucee
a
This might be esoteric, but I've got something of a negative situation with my clustered Lucee install. I've got a shared webroot on an NFS partition, handed out to the whole cluster of workers, and at the top of that webroot Lucee put its personal work directory. I'm not a huge fan of that, because I don't know what would happen if I upgraded to a higher Lucee, or downgraded to a lower one, or even tried to run two versions at once (for, say, testing) against the application.
Complicating it is that I've monkeyed with my 5.2's Tomcat in the course of making it click with my environment like I needed to.
So my question is, is this the expected behavior? Is there an easy way for me to change that behavior (so that every worker on the cluster has a /local/ workspace and leaves my webroot alone)? Is there a resource I should be looking at that explains all this?
b
Are you talking about the web-inf folder?
If so, you can change the location in the web.xml
a
I am, thank you.