RE: Tomcat and Redirects

2007-11-13 Thread Tony Fountain
Good point regarding the compatibility kit, that completely slipped my mind :). Thanks, Tony -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 2:05 PM To: Tomcat Users List Subject: RE: Tomcat and Redirects From: Tony Fountain

Re: Tomcat and Redirects

2007-11-12 Thread Dwebb
Hi Chris, This is exactly the answer I was looking for. Thank you for your help. Cheers, Danny On Sun, 2007-11-11 at 10:51 -0500, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: Tomcat always sends a 302 redirect when

Re: Tomcat and Redirects

2007-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: Tomcat always sends a 302 redirect when response.sendRedirect(newURL); is called. However, a lot of user-agents wrongly follow the redirect with a GET when the initial request was a POST. Actually, this behavior is

Re: Tomcat and Redirects

2007-11-09 Thread Martin Gainty
the quick answer is to handle the response-code in web.xml e.g. error-page error-code302/error-code location/axis2-web/Error/error302.jsp/location /error-page M-- - Original Message - From: Dwebb [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, November

Re: Tomcat and Redirects

2007-11-09 Thread Michael
Dwebb wrote: We are running Tomcat 5.5.11, Java 1.4.2_04-b05 on Linux 2.6.9-34.ELsmp Hi Danny, you shouldn't run tomcat 5.5.x with JAva 1.4. It's designed to work with Java 5 and up. bye -- NO OOXML - Say NO To Microsoft Office broken standard http://www.noooxml.org

RE: Tomcat and Redirects

2007-11-09 Thread Tony Fountain
just fine. Thanks, Tony Fountain Manager, Database Administration Benefit Concepts, Inc. (419) 244-9936 x9010 (office) (419) 249-7221 (fax) -Original Message- From: Michael [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 1:45 PM To: Tomcat Users List Subject: Re: Tomcat

RE: Tomcat and Redirects

2007-11-09 Thread Caldarale, Charles R
From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat and Redirects Just to clarify, you can run Java programs compiled in 1.4, but the JVM installed on the machine running the app should be 1.5 or greater. That's not true either. All you need to run Tomcat 5.5 on a 1.4 JVM

Re: Tomcat and Redirects

2007-11-09 Thread Bill Barker
Dwebb [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All, I have a question about how Tomcat handles redirects. We have a vendor who wrote an application for us and they tell us that they always use the same method of issuing redirects in their code. What we have seen is on