You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dmitri Colebatch <di...@nuix.com.au> on 2001/06/18 07:37:57 UTC

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.