erdit
de le diffuser, de le distribuer ou de le reproduire.
- Original Message -
From: "Len Popp" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, July 29, 2007 9:57 AM
Subject: Re: Webapp file permissions in Tomcat 5.5
> Have you checked that the us
The stack trace related to your "permission denied" exception would go
miles toward resolving this. It may be because of the security manager
or it may be because of OS limits on the permissions given to the user
tomcat is running as.
--David
Marco wrote:
Hello,
I am having problems
Have you checked that the user account Tomcat runs under has
permission to write files in the directory you're using?
Also, have you tried writing files in the temp directory provided by
the container? (identified by context attribute
"javax.servlet.context.tempdir")
--
Len
On 7/29/07, Marco <[E
Hello,
I am having problems making my webapps capable of doing read/write
statements. They fail with an 'permission denied' exception.
The webapps run on the server with Plesk 8.1.1 and Tomcat 5.5.23-0jpp.2.fc6
installed.
I use simple statements like:
---