Browser Shows 'cannot find server'

Hi All,

I am retrieving records from database and displays in jsp page in a table. 72000 records are in database.After 1 hour the browser shows 'cannot find server' but in tomcat console application is running.

how do i get records to be displayed in jsp page.can any one help in this issue. thanks in advance...

[335 byte] By [venkat2007a] at [2007-11-27 10:22:38]
# 1

How many records are you displaying at once? More than say, 100 or so would really slow down the app and would possibly cause this error..

nogoodatcodinga at 2007-7-28 17:17:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

hi,

i cant get your message,

You mention one hour after, why

it will take one hour for displaying 72000 records ah,

if yes,

*) session will close , check session time in conf/web.xml

*) or encountered any problem in your code , re check and display the exception and check it console...

*) simply restart your tomcat and call your jsp again...

Are you getting all values at a same time..

if yes, its wrong approch,

Use paging concept and do it...

drvijayy2k2a at 2007-7-28 17:17:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

hi,

http://forum.java.sun.com/thread.jspa?threadID=5194183

use paging to solve

drvijayy2k2a at 2007-7-28 17:17:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...