RE: How to make Deployed WebApps read-write enabled

2009-03-23 Thread Caldarale, Charles R
> From: Anand HS [mailto:anan...@gmail.com] > Subject: How to make Deployed WebApps read-write enabled > > There is some code in the application that writes some > temporary files into the my webapp. That's a really bad idea. The servlet spec requires that the container pr

How to make Deployed WebApps read-write enabled

2009-03-23 Thread Anand HS
Hi, I use tomcat 6.0.18 on windows 2003 server and have a web-app deployed. Even though the permissions on the deployed webapp folder has read-write, everytime i access tomcat , it is making the folder readonly. There is some code in the application that writes some temporary files into the my weba