RE: Tomcat scalability question

2002-09-09 Thread Nicholas Orr
cat running as Tomcat user and thus has access to everything. Well hope you get a solution. Nicholas Orr -Original Message- From: Pat Schaider [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 September 2002 4:57 PM To: Tomcat Users List Subject: RE: Tomcat scalability question I should clarify

RE: Tomcat scalability question

2002-09-09 Thread Pat Schaider
xml > file. > > Oh well some other people will have more of an idea if this is possible. I > know Apache can have the ~user bit and it just maps to home directories > under /home/usr/username. > > Nicholas Orr > > -Original Message- > From: Pat Schaider [m

Re: Tomcat scalability question

2002-09-09 Thread Glenn Nielsen
The permission denied can be generated one of two ways. First, the catalina.policy file must grant the correct FilePermission. Even if the correct FilePermission is granted in catalina.policy, you still have to comply with normal unix file ownership/permissions. If it is a catalina.policy config

RE: Tomcat scalability question

2002-09-09 Thread Nicholas Orr
PM To: [EMAIL PROTECTED] Subject: Tomcat scalability question Hello all -- I have a configuration problem on my setup of Tomcat (v 4.0.3). I am managing this machine for my university's CS department, so there are issues of security that must be followed, namely that students should not be ab

Tomcat scalability question

2002-09-09 Thread Pat Schaider
Hello all -- I have a configuration problem on my setup of Tomcat (v 4.0.3). I am managing this machine for my university's CS department, so there are issues of security that must be followed, namely that students should not be able to view each others source code (== cheating). We are using t