Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 67190 invoked by uid 500); 18 Jun 2001 06:11:32 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 67176 invoked from network); 18 Jun 2001 06:11:28 -0000 Received: from wiprom2mx1.wipro.com (203.197.164.41) by h31.sny.collab.net with SMTP; 18 Jun 2001 06:11:28 -0000 Received: from m2hub.mail.wipro.com (m2hub.wipro.com [164.164.27.50]) by wiprom2mx1.wipro.com (8.11.3/8.11.3) with ESMTP id f5IBoCZ18241 for ; Mon, 18 Jun 2001 11:50:12 GMT Received: from m2vwall2.wipro.com ([164.164.27.52]) by m2hub.mail.wipro.com (Netscape Messaging Server 4.15) with SMTP id GF43LX00.RD3 for ; Mon, 18 Jun 2001 11:35:57 +0530 Received: from 2165-bhootnath ([164.164.28.37]) by ace.mail.wipro.com (Netscape Messaging Server 4.15) with SMTP id GF42NP00.54L for ; Mon, 18 Jun 2001 11:15:25 +0530 Received: by localhost with Microsoft MAPI; Thu, 1 Jun 2000 11:14:10 -0000 Message-ID: <01BFCBBA.82AF8600.bhootnath.singh@wipro.com> From: "Bhootnath Singh" Reply-To: "bhootnath.singh@wipro.com" To: "'tomcat-user@jakarta.apache.org'" Subject: RE: URGENT: Problem's in configuring Tomcat 3.2.1 with Apache 1.3.20 Date: Thu, 1 Jun 2000 11:14:09 -0000 Organization: Wipro Technologies X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Yes I am able to request http://localhost/MyApp/jsp/Login.jsp .After entering the login values when I press enter a servlet is called the URL for which is http://localhost/MyApp/Login but it is not able to locate the servlet and gives a Not found error ..... I have made this entry in the web.xml Login com.base.login.web.Login AgentLogin AgentLogin The Login servlet class is present in the directory Web-Inf/classes/com/base/login/web. Plese help me out. Bhootnath -----Original Message----- From: Dmitri Colebatch [SMTP:dim@nuix.com.au] Sent: Monday, June 18, 2001 11:08 AM To: tomcat-user@jakarta.apache.org Subject: Re: URGENT: Problem's in configuring Tomcat 3.2.1 with Apache 1.3.20 are you able to request http://localhost/MyApp/jsp/myjsp.jsp? On Thu, 1 Jun 2000 20:45, you wrote: > Hi > I am trying to configure Tomcat 3.2.1 with Apache 1.3.20 on Win NT sp 6 > I have configure Tomcat successfully but when I try to connect it with > apache the problem starts. > > > When I type the URL http://localhost:80/MyApp in my browser it shows me > the directory structure of my application. And at the same time I get an > error in my error.log of apache which says: > > [error] [client 127.0.0.1] client denied by server configuration: > c:/jakarta-tomcat-3.2.1/webapps/MyApp/meta-inf [error] [client 127.0.0.1] > client denied by server configuration: > c:/jakarta-tomcat-3.2.1/webapps/MyApp/web-inf > > what can be the cause of this problem . How do I get over it > > all my servlet classes are inside the directory MyApp/WEB-INF/classes/ > all my jsp's are inside the directory MyApp/jsp > > Please help me out to solve my problem.