Caldarale, Charles R wrote:
[...]

It's generally a bad idea to ever *write* into the webapp deployment space.  You have 
no guarantee that the space is writable, nor that the container will provide any 
write access.  You're much better off writing to files outside of Tomcat's directory 
structure, where the path can be provided by system property, environment variable, 
<init-param>, or whatever.

Just elaborating a bit : what Chuck means is that this Tomcat could be running on his iPhone, or the webapps directory may be located on a read-only filesystem.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to