cancel
Showing results for 
Search instead for 
Did you mean: 

>ERROR:Request timed Out

Former Member
0 Kudos

Hi All,

I wrote one servlet, when i call this sevlet it is showing ERROR like

Request timed Out.

where we mention session time in servlet..

please respond urgent.....

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The session time out period is mentioned in the web.xml file .

This is the file which any J2ee web server including netweaver uses to decide the session time out period.

Let me know if you still have a issue.

P.S. Please award points for useful answers.

Former Member
0 Kudos

Thank you Stride but still same error

i mentioned in web.xml like

<session-config>

<session-timeout>10</session-timeout>

</session-config>

and i tried another process like set the session time in programe

like ....>httpsesion.setMaxInactiveInterval(120);

but no use...

is there any other process let me know....

Thank you

sumalatha.....

Former Member
0 Kudos

I don't remember but the web.xml accepts time in seconds.

So for 10 minutes you would do 600 seconds.

This is pretty much the apporach as per my experience.

hope this helps

Stride

P.S please award points for useful answers.