hmm, I had those set = True for both, and I was getting that behavior, only when I set them both to false does it not seem to create the temp directories. maybe something else?

On Feb 27, 2008, at 2:31 PM, Mark Thomas wrote:

AH NF wrote:
Hi all,
Ok so I have my ROOT.war and "/" host all working as I would like.
I startup tomcat with no application defined, and go to /manager. I
upload my ROOT.war file,tomcat places it in myAppBase/ROOT as expected. The application boots
up OK.
My only problem is that Tomcat appears to actually be booting my
application from TOMCAT_HOME/temp/0-ROOT rather than myAppBase/ ROOT, I can tell because my application reports to a log file the real path of the document root.
Why is it doing this and how can I get tomcat to ensure it is running
my app out of myAppBase/ROOT and not TOMCAT_HOME/temp/0-ROOT?

Side-effect of antiResourceLocking="false" antiJARLocking="false"

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to