Hi. I'm using Jrockit with Tomcat under Linux. Only a problem: The getMessage() from the SocketException is "read" (using coyote connector) , while Tomcat is waiting another string for the same exception, then under a normal socket timeout, tomcat logs a error(with full stackTrace ) instead of a warning, fulling the logs.
Under RedHat 9, there are problems with NPTL : /opt/bea/jrockit81sp1_141_03/bin/java -version Segmentation fault LD_ASSUME_KERNEL=2.2.5 /opt/bea/jrockit81sp1_141_03/bin/java -version libbfd: libbfd.so: cannot open shared object file: No such file or directory libbfd: libbfd.so: cannot open shared object file: No such file or directory ERROR: The pthread library is unknown. Are you running a supported Linux distribution? (Segment-register gs appears to be unused) LD_ASSUME_KERNEL=2.4.1 /opt/bea/jrockit81sp1_141_03/bin/java -version java version "1.4.1_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03) BEA WebLogic JRockit(R) Virtual Machine (build 8.1sp1-1.4.1_03-viking-Load7-linux32-borg.appeal.se-20030619-1311, Native Threads, Generational Concurrent Garbage Collector) FYI Att MNM El Jue 28 Ago 2003 10:02, Shapira, Yoav escribi�: > Howdy, > Assuming you mean J:Rockit (the BEA JVM), just install JRockit and set > your JAVA_HOME environment variable to point at the JRockit installation > directory rather than the Sun JVM directory. You don't need to modify > tomcat in any way. > > Yoav Shapira > Millennium ChemInformatics > > >-----Original Message----- > > From: Collins, Jim [mailto:[EMAIL PROTECTED] > > >Sent: Thursday, August 28, 2003 9:56 AM > >To: 'Tomcat Users List' > >Subject: Running Tomcat on JRocket > > > >Hi, > > > >Does anyone know what I have to do to run Tomcat on JRocket? I have > >searched > >the archive and found some mention of JRocket but no details on what to > > do. > > >I am trying to run Tomcat 4.0.6 on JRocket and I have changed JAVA_HOME > > to > > >point to JRocket but I can't get it to run. > > > >Thanks > > > >Jim. > > > > > >PLEASE READ: The information contained in this email is confidential > >and intended for the named recipient(s) only. If you are not an > > intended > > >recipient of this email you must not copy, distribute or take any > >further action in reliance on it and you should delete it and notify > > the > > >sender immediately. Email is not a secure method of communication and > >Nomura International plc cannot accept responsibility for the accuracy > >or completeness of this message or any attachment(s). Please examine > > this > > >email for virus infection, for which Nomura International plc accepts > >no responsibility. If verification of this email is sought then please > >request a hard copy. Unless otherwise stated any views or opinions > >presented are solely those of the author and do not represent those of > >Nomura International plc. This email is intended for informational > >purposes only and is not a solicitation or offer to buy or sell > >securities or related financial instruments. Nomura International plc > > is > > >regulated by the Financial Services Authority and is a member of the > >London Stock Exchange. > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is confidential, > proprietary and/or privileged. This e-mail is intended only for the > individual(s) to whom it is addressed, and may not be saved, copied, > printed, disclosed or used by anyone else. If you are not the(an) intended > recipient, please immediately delete this e-mail from your computer system > and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
