Re: Security Manager/tomcat.policy Problems

2001-04-17 Thread Ed Gomolka
I've figured out the solution to my problem, so I'm replaying to my own message on the off chance that anyone's interested in the solution. There was a mismatch between the way that I had the permissions set in the security manager, and the way that the Java code was verifying permissions. I had

RE: Security Manager/tomcat.policy Problems

2001-04-17 Thread Ed Gomolka
At 02:02 PM 4/17/01 -0700, you wrote: >the user who owns the Tomcat process doesn't have the OS permission for the >file > >this can be fixed using the "chmod" command > >Filip Thanks for the suggestion. That would be the logical first thing to check, and I've certainly made my share of mistakes

RE: Security Manager/tomcat.policy Problems

2001-04-17 Thread Filip Hanik
the user who owns the Tomcat process doesn't have the OS permission for the file this can be fixed using the "chmod" command Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

Security Manager/tomcat.policy Problems

2001-04-17 Thread Ed Gomolka
Platform: Linux Mandrake 7.2/Apache 1.3-19/Tomcat 3.2.1 Can somebody clarify a security manager issue for me? We have an application that allows the user to upload GIF/JPEG images. This has worked fine in development, but has stopped working since we started tightening up security in the tomcat