disable Tomcat 4.1 error log

2004-02-12 Thread Lam Chee Choong
For some reason I need to disable tomcat 4.1 log service. Do everyone out there try b 4??

RE: To LAM JEE RE: java.lang.OutOfMemoryError

2003-12-27 Thread Lam Chee Choong
for it or increase ur RAM size -Original Message- From: Lam Chee Choong [mailto:[EMAIL PROTECTED] Sent: Thursday, December 25, 2003 8:22 PM To: [EMAIL PROTECTED] Subject: java.lang.OutOfMemoryError i am using tomcal 4.1.18 with JDK 1.4.1_01. i encounter the java.lang.OutOfMemoryError error when i

RE: java.lang.OutOfMemoryError

2003-12-27 Thread Lam Chee Choong
specify the OS version. A similar thread is there . Antony Paul - Original Message - From: Lam Chee Choong [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 26, 2003 8:11 PM Subject: RE: java.lang.OutOfMemoryError hm..i see...but I am working on a server

RE: java.lang.OutOfMemoryError

2003-12-26 Thread Lam Chee Choong
: RE: java.lang.OutOfMemoryError yeah i also encountered this problem actaully it is bcoz u r not closing any connection and eventually it is eating up ram u can check for it or increase ur RAM size -Original Message- From: Lam Chee Choong [mailto:[EMAIL PROTECTED] Sent: Thursday, December

RE: tomcat cache problem

2003-12-26 Thread Lam Chee Choong
I also encounter the problem b4, but what i did is just add some comment to my java source file and compile it again to increase the file size. eventually Tomcat detect the changes of file size and reload the class. This also work with JSP file. -Original Message- From: Ba:ak Aksan

java.lang.OutOfMemoryError

2003-12-25 Thread Lam Chee Choong
i am using tomcal 4.1.18 with JDK 1.4.1_01. i encounter the java.lang.OutOfMemoryError error when i trying to reload my application.this does not happen frequenly. it was like every 10 times i reload and 3 times the error came out. i can restart the tomcat and it work fine. does everybody