| Author |
Out of memory error in JSP
|
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
|
|
Hi,
In my application for a certain jsp,i am getting Out of memory error. This is not high volume
request page and it has only a Database connection as major resource used.
Usually what are the cases/sceanrios where we get Out of memory error.
Thanks..in advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Most frequently, when you have an infinite loop. Is there Java code in the JSP? If so, why is it not factored out into a servlet or bean?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Out of memory error in JSP
|
|
|