In addition to that, check that you have the 64-bit JVM. You don't need the installer at all, I always use the .zip download and I unpack it manually.
Main Topics
Browse All TopicsHello Experts,
I couldnt find the binaries for Tomcat 64 bit for linux to download, which we are planning to implement it very soon.If there is no tomcat 64 bit, is there any other possible way that we can set it up.
Can some one please help me out in this.
Thanks
-AJ
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
No.
When you start tomcat, you will see the Tomcat process (ps -lef |grep -i tomcat)
----------------
java -classpath :/opt/apache-tomcat/bin/bo
----------------
So Tomcat is platform independent because Tomcat is a java application.
There is NO 32bit or 64bit specific Tomcat for download from http://tomcat.apache.org and the binary you download is working on both 32bit and 64bit.
I use CentOS 5.4 64bit with Java 1.5 64bit with Tomcat 5.5.26 for our company Java platform. There is no 64bit Tomcat binary available because there is no need for it.
Business Accounts
Answer for Membership
by: nabeelmoiduPosted on 2009-09-16 at 19:27:52ID: 25352370
tomcat rpms come typically as noarch.rpm packages..meaning regardless of whether ur system is 32 or 64 bit the package is the same