Günter,
what are the common reasons, that tomcat 4.1 is returning a HTTP 302 error page?

Response code 302 is not an error: it is a redirect. Are you connecting to Tomcat via a browser or some other client?


Your client should be "following" that redirect, which should be specified in the "Location" header of the response.

For more information, check out the HTTP spec at:

1.0 Spec: http://www.ietf.org/rfc/rfc1945.txt
1.1 Spec: http://www.ietf.org/rfc/rfc2616.txt

-chris


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



Reply via email to