Yes I have all that
Indeed I have installed apache-soap and a couple of servlert/jsp apps ( not
MVC ) that are working using Apache as a router from port 80 to port 8080 of
tomcat.
I don't know if Struts needs something special that relates to this
Apache-Tomcat deployment.
TKS
-----Mensaje original-----
De: Martin Duffy [mailto:[EMAIL PROTECTED]]
Enviado el: Mi�rcoles, 04 de Julio de 2001 04:44 p.m.
Para: [EMAIL PROTECTED]
Asunto: RE: Help on making struts with Apache + Tomcat
1. Do you have the jserv module for Tomcat in the Apache modules
directory?
2. Do you have an include statement in your httpd.conf for including
the settings for tomcat?
something like
include /tomcat/conf/tomcat-apache.conf
(this is the auto genereated file that is created each time that
tomcat starts)
or if you edit yourself
include /tomcat/conf/tomcat.conf
IF you are using the jserv module then there needs to be a refernce
for adding it to the apache startup. If you look in the tomcat-apache.
conf file you will see the refernce to it at the top of the file.
you have to iclude the conf file
At Wednesday, 4 July 2001, you wrote:
>Tks for the help. The browser also tells me that.
>
>This is a problem of Apache not talking as desired to tomcat.
>
>When I run the app from tomcat ( port 8080 ) alone everything is
right , but
>when trying to run from Apache (which is installed in port 80) this
error is
>being reported.
>
>Under webapps the only difference is that I don't have a war file.
>
>Can this WAR file omission cause such problem?
>
>-----Mensaje original-----
>De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre
de
>Rick Smith
>Enviado el: Miercoles, 04 de Julio de 2001 02:49 p.m.
>Para: [EMAIL PROTECTED]
>Asunto: Re: Help on making struts with Apache + Tomcat
>
>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
>