Tomcat automatically shuts down
Hi. Im using tomcat 5.0.2. The web application works fine but when im loading a jsp page that displays around 1000 records tomcat shuts down automatically and the JSP page is displayed incompletely (some parts are missing, maybe compilation did not finish). I don't know if it's a memory problem (im using a machine with 2GB memory). Additional info: The program obtains records from OLAP, stores each record in an object (say customer object) and adds the object in an ArrayList. The JSP displays the contents of the ArrayList.
Please help me. I need all the help i can get.
Thanks.
|