> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: Need tomcat build for Fedora 3 on x86 > > I didn't manage the vanilla Tomcat installation (should you be > interested to know why read below)
Except that wasn't a "vanilla" Tomcat installation you attempted, since it came from 3rd party, not a real Tomcat download. > Therefore I would like to ask you the Tomcat Gurus, > how to do a Tomcat build and installation from the Java sources > (into x86 bytecode?). You don't need to build Tomcat (other than the optional APR connector) for any platform. It's pure Java (except for APR), so the binaries can be installed on any system that has a 1.4 or 1.5 JRE. There's no such thing as "x86 bytecode" - all .class files use Java bytecodes and the JIT compilers built into every JVM turn those into native instructions at run-time. Get the JRE from Sun, get Tomcat from apache.org, set -Djava.awt.headless=TRUE, and have at it. No builds required. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]