HTTP Status 408 - The time allowed for the login process has been exceeded

hi,

I getting this message with tomcat.

I am using j_security check.

the full message is:

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.0.25

I want this message should be replaced with my custom message.

So how can I do this.

cheers vjoy

[1003 byte] By [vjoyweba] at [2007-10-2 14:44:07]
# 1
is there any way to forward this to some other page(errorpage)which will show the message as we like.
vjoyweba at 2007-7-13 13:15:46 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2
I think making this entry in web.xml will solve your problem.<error-page><error-code>408</error-code><location>/jsp/SessionTimeOut.jsp</location> </error-page>
technocrata at 2007-7-13 13:15:46 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 3
This will makehandling the errormore professional-but it won't solve the problem. In my case FireFox login fast and easy but ie chokes and throws me the error.
ukcodera at 2007-7-13 13:15:46 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 4

08:09:58.1

SENDING TO: 83.138.152.36:8891

REGISTER sip:chat.brain.net.pk:8891 SIP/2.0

To: Khaliq UR Rehamn<sip:2107745@chat.brain.net.pk>

From: Khaliq UR Rehamn<sip:2107745@chat.brain.net.pk>;tag=e0735f3e

Via: SIP/2.0/UDP 192.168.1.101:8891;branch=z9hG4bK-d87543-219681437-1--d87543-;rport

Call-ID: 5949421e030c8b68

CSeq: 1 REGISTER

Contact: <sip:2107745@192.168.1.101:8891>

Expires: 3600

Max-Forwards: 70

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO

User-Agent: eyeBeam release 3007n stamp 17816

Content-Length: 0

08:09:59.0 Proxy slot #0 () - Failed to register! error-code: 408, msg: 'Request Timeout'. Retry in 80 second(s). AOR: 'Khaliq UR Rehamn<sip:2107745@chat.brain.net.pk:8891>', proxy: 'chat.brain.net.pk:8891', firewall-proxy: 'F'.

khaliqra at 2007-7-13 13:15:46 > top of Java-index,Security,Other Security APIs, Tools, and Issues...