Hola all!

Im having 302 problems with Apache2, modjk 1.2, tomcat 4.1, debian.

Everything is OK, except for urls like /examples/jsp/
Tomcat says 302 -> examples/jsp/index.html, but the browser doesnt
follow the redirection.

Im pulling my hair out, I've spent hours w/o any success, I saw the same
problem with mod_webapp in another message (see below), is there any
solution for this?


Saludos, Jano


> My configuration is: Apache 2.0.35 and Tomcat 4.0.3 (or 4.0.4, same
> behaviour), with mod_webapp and warp connector. Solaris 8, jdk 1.4.0.
> If I deploy "examples" webapp and access it through Tomcat's 
> standalone listener (port 8080) everything works ok.
> When I access it through Apache, it works well until I find some kind
> of redirection (ie /examples/ -> /examples/index.html), then I get a
> page with the message:
> Apache Tomcat/4.0.3 -HTTP Status 302 - Moved Temporarily
> but redirection is NOT followed by the browser (I've tried various >
>  versions of IE, Netscape, Mozilla...).
> If I try to connect using telnet, the response with port 8080 is:
> HTTP/1.1 302 Moved Temporarily
> while through Apache is:
> HTTP/1.1 Moved Temporarily
> Nevertheless, in access.log of Apache the status code for my request 
> is correctly set to 302.
> Same behaviour if I do a sendRedirect from within a servlet or jsp,
> redirecting to another servlet (no static content at all).


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to