Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 85047 invoked from network); 21 Feb 2003 15:41:34 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 21 Feb 2003 15:41:34 -0000 Received: (qmail 17969 invoked by uid 97); 21 Feb 2003 15:43:08 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 17962 invoked from network); 21 Feb 2003 15:43:08 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 21 Feb 2003 15:43:08 -0000 Received: (qmail 83667 invoked by uid 500); 21 Feb 2003 15:41:14 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 83656 invoked from network); 21 Feb 2003 15:41:14 -0000 Received: from 12-217-228-164.client.mchsi.com (HELO ctg) (12.217.228.164) by daedalus.apache.org with SMTP; 21 Feb 2003 15:41:14 -0000 Received: from 192.168.1.1 ([192.168.1.1]) by ctg (JAMES SMTP Server 2.1a1-cvs) with SMTP ID 448 for ; Fri, 21 Feb 2003 09:47:57 -0600 (CST) Message-ID: <003a01c2d9c0$9ac33db0$6601a8c0@ctg> From: "tomcat guy" To: "Tomcat Users List" References: <001301c2d91d$b63a0590$6601a8c0@ctg> Subject: Re: 403 Forbidden - you don't have permission ... I'M STUCK!! Date: Fri, 21 Feb 2003 09:47:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Bill, thanks for looking over the files... I checked the directory and everyone is set for file permissions. If they were not set wouldn't http://localhost:8080/examples be blocked? It accesses the same folder "D:/Apache/Tomcat4.1/webapps/examples" as http://localhost/examples . Isn't that correct??? The folder "D:/Apache/Tomcat4.1/CTG/examples" has the same permissions as "D:/Apache/Tomcat4.1/webapps/examples". Any other ideas? What I need to access is the directory listing under "D:/Apache/Tomcat4.1/CTG/temp"... It is one of those things that has to be something so obvious, when (IF) I find it I'll probably screem! :) Until then... aaarrrrrgghh... ----- Original Message ----- From: "Bill Barker" To: Sent: Friday, February 21, 2003 12:24 AM Subject: Re: 403 Forbidden - you don't have permission ... any ideas? At a very quick glance, it looks like it should be Ok. My first guess would be tree permissions. Apache will tree-walk, so it needs at least 'rx' permissions to all directories upto and including "D:/Apache/Tomcat4.1/CTG/examples". 403 is also Apache's normal response when you have disabled directory listings, but I didn't see that in my quick glance (quick := I very well may have overlooked something :). "tomcat guy" wrote in message news:001301c2d91d$b63a0590$6601a8c0@ctg... If anyone can help, here is my problem: I can go to http://localhost:8080/examples and I get the directory listing images/ jsp/ servlets/. BUT when I go to http://localhost/examples I get the forbidden error?!? Any ideas? The permissions are all good. I go to http://localhost/examples/jps and it works? The JSP's work along with the servlets. I recently reinstalled my apache server. I cannot remember this not working. What did I forget!!! (besides my documentation, of course). Basically I need to setup a directory path to http://localhost/examples/temp or http://localhost/temp & to my virtualHost http://ctg.com/examples nothing is working!!! I have attached a copy of my httpd.conf & server.xml. If anyone would be able to give it a quick glance OR send a copy of your config files that would be great! I am using: Apache2.0.43 Tomcat4.1.18 mod_jk Win2k ---------------------------------------------------------------------------- -- --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org