I didn't see the contents of your server.xml file in the original post, but
what I'm seeing is that apache is correctly sending the request to tomcat
(because of the JkMount), tomcat is analyzing the request and deciding that
it cannot process the request, and sending the 400 back to apache, and of
course, apache sends the 400 back to the browser. I ask about your
$CATALINA_HOME/conf/server.xml file because that is where the web app
contexts are configured. If /index.jsp is the correct URL, then I would ask
you to send this request to Tomcat on port 80 and let us know the result of
that request. It should be a 400 error. If that is the case, then do you
have a ROOT context configured in Tomcat? If you did, there would be in
your server.xml similar to the following:
<Context path="" docBase="ROOT" debug="0"/>
And if all that is configured correctly, then do you have an index.jsp file
in your $CATALINA_HOME/webapps/ROOT folder?
-Mike Schulz
-----Original Message-----
From: Ben Ricker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 3:09 PM
To: Tomcat Users List
Subject: RE: 400 Error Revisited
On Tue, 2002-10-01 at 14:59, Michael Schulz wrote:
> What is the URL that causes the 400 error?
Dangit...forgot to include that:
hostname:8080/index.jsp
Apache is listening on 8080 as I test this new setup. I have Tomcat
listening on 80 now.
> Also, is this a typo in your message, or is this really in your
> conf/workers.properties file?:
>
> # Send servlet for context /examples to worker named worker1
> JkMount /examples/servlet/* oadbalancer
>
> If so, you are missing the "l" in loadbalancer...don't know if that is the
> real cause, but it is something to examine.
Good call! I missed that one. Fixed it and it made no difference....
Ben Ricker
> -----Original Message-----
> From: Ben Ricker [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 01, 2002 2:06 PM
> To: 'Tomcat Users List'
> Subject: 400 Error Revisited
>
>
> I took Henri Gomez's request and tried to download the binary mod_jk
> from the site he mentioned. I got the same undefined symbol. As I am
> using Redhat 7.1 for my Apache server, I decided to take another
> person's advice and built mod_jk from source following the JK
> documentation.
>
> I still get the 400 error thrown into the mod_jk logs. There is no log
> on the Tomcat's side.
>
> <snip>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
Ben Ricker <[EMAIL PROTECTED]>
Wellinx.com
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>