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 Fount
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 respons
-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 b
"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
> 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
runs 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: Tomca
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
--
OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org
---
the quick answer is to handle the response-code in web.xml e.g.
302
/axis2-web/Error/error302.jsp
M--
- Original Message -
From: "Dwebb" <[EMAIL PROTECTED]>
To:
Sent: Friday, November 09, 2007 11:35 AM
Subject: Tomcat and Redirects
> Hi All,
>
> I have a questio