RE: Tomcat oddities

2003-01-09 Thread Korneyev,Alex
the data, it would display old data; Best Regards, Alex K. -Original Message- From: Subir Sengupta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:51 PM To: 'Tomcat Users List' Subject: RE: Tomcat oddities Issue One: If Tomcat used up all your memory, you would see

RE: Tomcat oddities

2003-01-08 Thread Subir Sengupta
Issue One: If Tomcat used up all your memory, you would see OutOfMemory exceptions being thrown, not a freeze. Do you see these? Everything will stop *while* GC is occurring (not until GC occurs). Have you tried increasing the amount of memory allocated to Java? Use the -Xms and -Xmx flags

RE: Tomcat oddities

2003-01-08 Thread Noel J. Bergman
Tomcat 4.1.12 is running behind Apache on Windows 2000 on a single cpu box, and Oracle is running on a separate Windows 2000 2-way box. (Windows was the client decision, not ours.) Have you checked the 4.1 change log to see if there are fixes past 4.1.12 that might impact you? When there are