Re: Redirect from CGI servlet

2005-12-20 Thread Mark Thomas
Bob Faist wrote: > Tomcat 5.5 > Windows XP > > I'm trying to retro-fit a perl CGI web app into Tomcat and the only > remaining issue is redirects. I have enabled the CGI servlet in the > conf/web.xml file. I have a CGI script which is setting the HTTP > response header to a redirect type but Tom

RE: Redirect from CGI servlet

2005-12-20 Thread Bob Faist
is only one response header status of "Moved - 302" and the redirect functions OK. Thanks for the help. Bob -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 4:31 PM To: Tomcat Users List Subject: Re: Redirect from CGI serv

Re: Redirect from CGI servlet

2005-12-20 Thread Martin Gainty
Good Afternoon Bob- I found an asnswer here http://archives.java.sun.com/cgi-bin/wa?A2=ind9811&L=servlet-interest&F=&S=&P=94953 to quote "When most browsers receive a reply with status 302 (Moved Temporarily), they look at the Location header, and automatically call the page specified there. Howev