> From: vivri [mailto:victor.i...@gmail.com]
> Subject: RE: Tomcat Java permission issue -- cannot write to file from
> a webapp.
> 
> I restarted Tomcat (just to be sure), cleared the cache of my 
> browser and tried again - only to find the results unchanged.

I didn't say that moving the file to an acceptable location would fix the 
problem, just that what you were doing was not really supported.  You may have 
a permissions problem with the userid Tomcat is running under, or you may have 
a security manager enabled, which will interfere with many things not part of 
standard servlet behavior.

> On the deployment machine, on the other hand, I am able to load 
> the page while Tomcat isn't running, and even make changes to the 
> website and see them on a browser.

Not possible.  Either you're not really stopping Tomcat, or Tomcat is not the 
web server you're accessing.  Is Tomcat being front-ended by httpd, and is it 
configured to deliver the content you're changing?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to