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