FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
Hi, This may be a bit os specific but I would appreciate any help. I am trying to get apache and tomcat talking on Mandrake 9.0 using the default installation. Each server work independently. When I try access examples through apache I get a FORBIDDEN , you do not have permissions to access

Re: FORBIDDEN access

2003-08-02 Thread Mike Millson
Does the directory above your Apache DocumentRoot directory have execute permissions? For example, if DocumentRoot = /home/tomcat/your_app, then /home/tomcat needs to have execute permissions. chmod u+x /home/tomcat/your_app Does the user that tomcat runs under own the directory and files

RE: FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
List Subject: Re: FORBIDDEN access Does the directory above your Apache DocumentRoot directory have execute permissions? For example, if DocumentRoot = /home/tomcat/your_app, then /home/tomcat needs to have execute permissions. chmod u+x /home/tomcat/your_app Does the user that tomcat runs under

RE: FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
: Bradberry, Rick Sent: Saturday, August 02, 2003 10:14 AM To: 'Tomcat Users List' Subject: RE: FORBIDDEN access Mike, Thanks for the help, but all the directories have a minimum of r-x, most have rwx and are owned by root. Tomcat runs as root and apache runs as apache. Rick -Original Message