This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes HTTP Status 408 in Tomcat 5.5.9 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "HTTP Status 408 in Tomcat 5.5.9" Watch "HTTP Status 408 in Tomcat 5.5.9" New topic
Author

HTTP Status 408 in Tomcat 5.5.9

Yongping Wang
Ranch Hand

Joined: May 15, 2001
Posts: 40
Hi, everyone
I am playing with Tomcat 5.5.9 and Hibernate. I ran into a strange problem and couldn't figure it out.
Say Tomcat is running on machine (Pine). I can access protected page by http://localhost:8080/hi/protected/listMsg.do. I can get messge list after I login. But when I tried to access the protected page from other machine (like Maple) by http://pine:8080/hi/protected/listMsg.do and submit login form, then I got error message (reponse page) like
HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser

type Status report

message The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser

description The client did not produce a request within the time that the server was prepared to wait (The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser).


---------------------------------------------------------------------------

Apache Tomcat/5.5.9

Did anyone have any clue on this issue?
Thanks

Y.ping
[ July 13, 2005: Message edited by: Yongping Wang ]
Yongping Wang
Ranch Hand

Joined: May 15, 2001
Posts: 40
Finally solved.
Actually it is caused by privacy settings in Web browser. In this case, it is about cookie setting. Letting current web browser accepts cookie makes the problem gone.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HTTP Status 408 in Tomcat 5.5.9
 
Similar Threads
Re-opening the browser
Problem with navigation in JSF with Filter
Internet Explorer - HTTP Status 408 - The time allowed for the login process has been exceeded
How to use j_security_check directly (skip the login page)?
Redirect to the requested page failed using form-based authentication