| Author |
no response from tomcat
|
Eivind Rasmussen
Greenhorn
Joined: Dec 05, 2003
Posts: 8
|
|
Hi, I have a jsp page, which uses java-beans. I am using tomcat 4.0.4. I'm also using SSL in order to get a secure connection to this page. This page has been working fine for quite some time now, but lately it has started to act weird. Most of the time it works fine, but approximately once a day, it is impossible to display the page in my browser. This lasts for about an hour, and all of a sudden, it will display correct again. What happens is this: I enter the URL in my browser, and I'm informed that I'm about to enter a "secure site", I enter my username and password, and then the browser just loads for ever (nothing is displayed). The tomcat log doesn't display any errors, and it doesn't seem like my jsp page is ever read (the first line in my jsp page is a system.out, but this line is never written in the tomcat log). The reason why I think this is a tomcat related problem, is that when I restart my tomcat, the page will display correctly again. I know that the info I have posted here might not be enough to make any conclusions, but I'm happy for any feedback on this one. Thanks Eivind
|
 |
Ramaswamy Srinivasan
Ranch Hand
Joined: Aug 31, 2004
Posts: 295
|
|
Hi, Try restarting the Server every time? (Though not the cause) Try emptying the work folder and try loading your page again. Cheers, Swamy
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12327
|
|
You might want to try upgrading to the latest Tomcat 4.1.30 (I think) Bill
|
 |
 |
|
|
subject: no response from tomcat
|
|
|