Re: How can I preserve a directory on Deployment?

2008-01-16 Thread Mark H. Wood
Well, I probably wouldn't put that directory anywhere near $TOMCAT_HOME; I'd want it somewhere on /var with other volatile and temporary stuff. -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Typically when a software vendor says that a product is intuitive he means the exact

Re: How can I preserve a directory on Deployment?

2008-01-16 Thread Jonadan
for me to tell Tomcat to leave this directory unchanged when the .war file is unpacked? -- View this message in context: http://www.nabble.com/How-can-I-preserve-a-directory-on-Deployment--tp14845804p14909597.html Sent from the Tomcat - User mailing list archive at Nabble.com

How can I preserve a directory on Deployment?

2008-01-15 Thread Greg Kontos
Hello, I have an application with an uploads directory located within the project root directory ( $TOMCAT_HOME/webapps/${project.dir}/uploads ) When I redeploy my .war file I want this upload directory to remain unchanged. Is there a way for me to tell Tomcat to leave this directory

Re: How can I preserve a directory on Deployment?

2008-01-15 Thread Filip Hanik - Dev Lists
you answered your own question, yes, move the directory external to the webapp Filip Greg Kontos wrote: Hello, I have an application with an uploads directory located within the project root directory ( $TOMCAT_HOME/webapps/${project.dir}/uploads ) When I redeploy my .war file I want

Re: How can I preserve a directory on Deployment?

2008-01-15 Thread Greg Kontos
Thanks Filip. I figured I'd check for other options before moving ahead Filip Hanik - Dev Lists wrote: you answered your own question, yes, move the directory external to the webapp Filip Greg Kontos wrote: Hello, I have an application with an uploads directory located within the