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.