Question : Tomcat 64bit - Linux

Hello 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

Answer : Tomcat 64bit - Linux

No.
When you start tomcat, you will see the Tomcat process (ps -lef |grep -i tomcat)
----------------
java  -classpath :/opt/apache-tomcat/bin/bootstrap.jar:/opt/apache-tomcat/bin/commons-logging-api.jar -Dcatalina.base=/opt/apache-tomcat -Dcatalina.home=/opt/apache-tomcat -Djava.io.tmpdir=/opt/apache-tomcat/temp org.apache.catalina.startup.Bootstrap start
----------------
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.
Random Solutions  
 
programming4us programming4us