On Thu, Jun 17, 2004 at 03:54:08PM -0400, Bradley Glonka wrote: : Tomcat installaion on Red Hat Version 9 intermitnently stops : Responding. : Kernel 2.4.20-9
RedHat's custom kernels have backported the NPTL (Native Posix Thread Library) routines from 2.5/2.6. Set the env var "LD_KERNEL_ASSUME" to "2.4" to make non-NPTL code (such as your JDK) behave. That var may also be called "LD_ASSUME_KERNEL," I forget which. ;) : Can someone suggest how I can troubleshoot the problem. Other than the above: are there differences between the development env and production env, other than the OS? Differences in RAM or JVM heap settings can cause different GC behavior between the two. Furthermore, what sort of load-testing was done on the app before it went live? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
