java.lang.OutOfMemoryError

2004-06-03 Thread Matthew Chen
Has anyone ever experienced this error? The machine I am running has enough memory, I think it is around 2GB. The java instance just used for less than 150MB memory from prstat. Does anyone know how to increase initial tomcat memory size just like Java does? Thanks! Matt chen

RE: java.lang.OutOfMemoryError

2004-06-03 Thread Matthew Chen
information please, version of tomcat and windows or linux? - Original Message - From: Matthew Chen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:24 AM Subject: java.lang.OutOfMemoryError Has anyone ever experienced this error? The machine

looking for help

2004-06-02 Thread Matthew Chen
Hi! All I am new to the list. I am running Tomcat version 5.0.12, it runs pretty good most of time. But recently I got the following error twice. Before I am going deep to look into if I have some severe memory leak on my program, I want to find out if this is something Tomcat

RE: Can't find classes

2004-06-02 Thread Matthew Chen
Hi! David I had similar problem when trying to use /share/lib, I am not sure restarting Tomcat would help or not. But what I did is not trusting /share/lib, instead put all jar in the war file itself when you build the war. That way always works. Regards, matt -Original