When I run into problems like this, here is a non-complete list of things I try:
- Ask (well that one didn't help you ... doh!)
- Look at bugzilla for similar reports
- Try a different browser
- What does wget do?
- What does telnet do?
- What is the OS doing? Swapping, lots disk, lots of CPU, ...
- If you suspect its a JSP constantly recompiling on every request - check timestamps and make sure system clokc versus file timestamps are OK
- Turn down the number of processors to a low threshold. Start dumping stacktraces at various times to see if things are sleeping or hoggin CPU and dig dig dig. (This is a PITA)
- Get some sleep, drink a beer, kick the computer, swear a little and hope some freak of nature was the issue


-Tim

Jason Coleman wrote:
hmm. well why is taking forever in my code? anyone with any experiences or
similar problems?

all i am doing is

response.sendRedirect("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 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 version?

thanks Jason



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





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




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



Reply via email to