tomcat 4.0.6 sendRedirect takes a long time

2003-07-10 Thread Jason Coleman
Hi I previously have been using tomcat 3. When i recently upgraded to tomcat 4.0.6, the response.sendRedirect() method seems to take about 5mins to actually work. THis never was a problem with tomcat 3, is this a known problem in this version? thanks Jason

Re: tomcat 4.0.6 sendRedirect takes a long time

2003-07-11 Thread Tim Funk
AFAIK - there is nothing wrong. -Tim Jason Coleman wrote: Hi I previously have been using tomcat 3. When i recently upgraded to tomcat 4.0.6, the response.sendRedirect() method seems to take about 5mins to actually work. THis never was a problem with tomcat 3, is this a known problem in this ve

Re: tomcat 4.0.6 sendRedirect takes a long time

2003-07-11 Thread Jason Coleman
D]> Sent: Friday, July 11, 2003 9:32 PM Subject: Re: tomcat 4.0.6 sendRedirect takes a long time > AFAIK - there is nothing wrong. > > > -Tim > > Jason Coleman wrote: > > Hi > > I previously have been using tomcat 3. When i recently upgraded to tomcat 4.0.6, the r

Re: tomcat 4.0.6 sendRedirect takes a long time

2003-07-11 Thread Tim Funk
irect("servletName"); - Original Message - From: "Tim Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, July 11, 2003 9:32 PM Subject: Re: tomcat 4.0.6 sendRedirect takes a long time AFAIK - there is nothing wron

Re: tomcat 4.0.6 sendRedirect takes a long time

2003-07-11 Thread ranlynec
eman" <[EMAIL PROTECTED]> Date: 07/11/2003 12:21PM Subject: Re: tomcat 4.0.6 sendRedirect takes a long time hmm. well why is taking forever in my code? anyone with any experiences or similar problems? all i am doing is response.sendRedirect("servletName"); - Orig

RE: tomcat 4.0.6 sendRedirect takes a long time

2003-07-11 Thread Kannan Sundararajan
nice try -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:54 PM To: Tomcat Users List Subject: Re: tomcat 4.0.6 sendRedirect takes a long time I did have similar problems.. I had to put a .. return; after the sendredirect so the

Re: tomcat 4.0.6 sendRedirect takes a long time

2003-07-11 Thread Jason Coleman
cheers mate, that did the trick, now works fine. Jason - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, July 12, 2003 12:53 AM Subject: Re: tomcat 4.0.6 sendRedirect takes a long time > > I did have s

Re: tomcat 4.0.6 sendRedirect takes a long time

2003-07-11 Thread Jason Coleman
??? - Original Message - From: "Kannan Sundararajan" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Saturday, July 12, 2003 1:00 AM Subject: RE: tomcat 4.0.6 sendRedirect takes a long time > nice try > >