LD_ASSUME_KERNEL

2004-08-11 Thread Sunitha Kumar
Hey folks: Would setting CATALINA_OPTS to -DLD_ASSUME_KERNEL=2.2.5 work? or , should this be set in JAVA_OPTS instead? Also, once tomcat is started with these options, how do I know that it is not using NPTL? thanks -sunitha - T

Re: LD_ASSUME_KERNEL

2004-08-11 Thread Joseph Shraibman
Sunitha Kumar wrote: Hey folks: Would setting CATALINA_OPTS to -DLD_ASSUME_KERNEL=2.2.5 work? No, this isn't a java option. It is an environment variable you want to set at the shell level. In catalina.sh at the top: export LD_ASSUME_KERNEL=2.4.1 See http://www.blackdown.org/java-linux/[

LD_ASSUME_KERNEL with tanuki wrapper?

2005-02-21 Thread Steven J. Owens
crash and occasionally hang (and refuse to let go of port 8080 without a kill -9). Everything I've found seems to point to this being a classic LD_ASSUME_KERNEL issue. The gotcha here is that I can't seem to find the right way to set the LD_ASSUME_KERNEL environment variable so that it

Tomcat 4.1 and LD_ASSUME_KERNEL=2.4.1

2004-08-09 Thread Steven Peterson
Hi all, I am having problem where Tomcat 4.1.27 just stops after some random period of time. I am on RH9 and JDK 1.4.2. This seems to be the same problem reported earlier and a recommended fix was to set an environment variable LD_ASSUME_KERNEL=2.4.1. Can I simply put an "e