The bottom line of my tomcat manager page, on RHEL V.4, with dual-core Xeons says:
Apache Tomcat/5.5.12 1.5.0_06-b05 Sun Microsystems Inc. Linux 2.6.9-22.ELsmp i386 The "VM" tab of Jconsole says the same thing. Of course I didn't try a 64-bit JVM... Yet. -----Original Message----- From: Trevor Carpenter [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 3:40 PM To: users@tomcat.apache.org Subject: TOMCAT 5 on x86_64 Hi, I am having using the jvsc configure script as described in the installation notes for TOMCAT 5. I am installing to a system using dual emt64 xeons running redhat kernel 2.6.9-34ELsmp. the fail line is: configure: error: Unsupported CPU architecture "x86_64" this seems to be assoiciated with code for the case statment starting on ln 2629 in the configure file I have checked the nabble archive and the bugzilla, I found patches for the problem but they all refer to amd chipsets.( http://issues.apache.org/bugzilla/show_bug.cgi?id=35403 ) how do I find out what the JDK 1.5 is labelling my chipset as so I can add the appropriate lines to the case statement in the configure file? sorry if there is a standard fix that my searching has not found any help gratefully recieved!! Thanks in advance Trevor. the configure script output is: ./configure *** Current host *** checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking cached host system type... ok *** C-Language compilation tools *** checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib *** Java compilation tools *** checking for javac... /usr/local/java/jdk1.5.0_04/bin/javac checking wether the Java compiler (/usr/local/java/jdk1.5.0_04/bin/javac) works... yes checking for jar... /usr/local/java/jdk1.5.0_04/bin/jar *** Host support *** checking C flags dependant on host system type... failed configure: error: Unsupported CPU architecture "x86_64" --------------------------------------------------------------------- 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]