This might help http://www.iqinternet.com/services/faq/4.htm

 Domingo Aguilera wrote:
> 
> I moved the app to $TOMCAT_HOME/webapps but I'm still having the 403 error.
> 
> By moving the app to $TOMCAT_HOME/webapps I'm avoiding the inclusion of a
> <CONTEXT PATH> tag in server.xml (as in struts-example).
> 
> Also the tomcat-apache.conf file includes the directives very similar to
> what were related to struts-example, I mean:
> 
> Alias ....
> 
> <Directory ...>... </Directory>
> ApjServMount ....
> <Location ... for the WEB-INF>
> ...
> </Location>
> <Location ... for the META-INF>
> ...
> </Location>
> 
> Indeed I am running other Apache + Tomcat non Struts web apps without a
> problem.
> 
> -----Mensaje original-----
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de
> Rick Smith
> Enviado el: Miercoles, 04 de Julio de 2001 12:05 p.m.
> Para: [EMAIL PROTECTED]
> Asunto: Re: Help on making struts with Apache + Tomcat
> 
> You need to create a context or virtual host in the server.xml file.
> 
> Domingo Aguilera wrote:
> >
> > Hi,
> >
> > I've been using the combination of Apache + tomcat 3.x
> >
> > I've sucessfully installed struts-documentation.war and struts-example.war
> .
> >
> > When tested both apps work from www.mysite.com:8080/struts-example/
> (tomcat)
> > and from www.mysite.com/struts-example/ ( apache + tomcat )
> >
> > But when testing an app made by me , when attempting to run from tomcat
> > alone works but from Apache + Tomcat, returns me a 403 HTTP error.
> >
> > I've carefully set up server.xml and tomcat-apache.conf , but can't make
> it
> > run.
> >
> > My app is not under tomcat's webapp directory but under /home/xyzuser/app.
> >
> > Any suggestions??
> >
> > Domingo Aguilera

Reply via email to