Can you give an example request and provide the associated
entries in the various log files?  Without more detail, it
is hard to guess what the problem is.

Cheers,
Larry


> -----Original Message-----
> From: Miguel Paulino Gómez Herrero [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 18, 2002 9:59 AM
> To: Tomcat Users List
> Subject: Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems 
> with mod_jk
> 
> 
> Hello,
> 
>         I've the same problem using tomcat 3.3a + Apache 1.3 on Linux
> Slackware 8.0, it seem that tomcat don't work well because apache http
> server forwards all request to tomcat but I get a "403 
> Forbidden " response.
> I think that there is a mistake on the tomcat configuration 
> but I don't know
> what is.
> 
> Cheers,
> Miguel
> 
> ----- Original Message -----
> From: "Larry Isaacs" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Monday, February 18, 2002 2:36 PM
> Subject: RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems 
> with mod_jk
> 
> 
> I don't do a lot of testing on Linux but I don't know why this
> wouldn't work.  I assume you looked for the mod_jk.conf under
> the "conf/auto" directory?  Are you using the RPM or the tar.gz?
> To diagnose why Apache and Tomcat 3.3a aren't communicating,
> more information than "I didn't get tomcat" will be needed.
> A portion of the jk.log relating to a failed request would help.
> 
> Cheers,
> Larry
> 
> 
> > -----Original Message-----
> > From: Kaemmerer, Stefan [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 18, 2002 1:40 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk
> >
> >
> > I have installed apache and tomcat 3.3a on my Suse Linux.
> >
> > with http://skaehome I'm getiing my apache server. with
> > http://skaehome:8080/examples I'M getting tomcat. But 
> without the port
> > number I didn't get tomcat. At the time I'm using
> > /etc/tomcat3/conf/jk/mod_jk.conf which looks like the following.
> >
> > LoadModule jk_module modules/mod_jk.so
> > AddModule  mod_jk.c
> >
> > <IfModule mod_jk.c>
> >
> > JkWorkersFile /etc/tomcat3/conf/jk/workers.properties
> > JkLogFile     /etc/tomcat3/conf/jk/jk.log
> > JkLogLevel info
> > JkMount /*.jsp ajp13
> > JkMount /servlet/* ajp13
> > JkMount /examples/* ajp13
> >
> > </IfModule>
> >
> > I tried to generate an mod_jk.conf with tomcat3 run jkconf,
> > but this doesn't
> > work. No mod_jk.conf will be generated.
> >
> > Mit freundlichen Grüßen
> > Stefan Kämmerer
> >
> > Software AG Systemhaus GmbH
> > Technical Consultant
> > Email mailto:[EMAIL PROTECTED]
> > Fon +49 711 72093 0
> > Fax +49 7085 9230 56 (Home Office)
> > Fax +49 711 72093 165
> > Mobil +49 172 680 7285
> > Web http://www.softwareag.com
> >
> >
> > --
> > To unsubscribe:   
> <mailto:[EMAIL PROTECTED]>
> > For additional commands: 
> <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: 
> <mailto:[EMAIL PROTECTED]>
> >
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to