Re: Tomcat 6 binary in 64-bit

2009-01-19 Thread Victor H De la Luz
On Mon, Jan 19, 2009 at 6:04 PM, Caldarale, Charles R wrote: >> From: m zyzy [mailto:myz...@gmail.com] >> Subject: Tomcat 6 binary in 64-bit >> >> Could Tomcat 6 core binary be used in 64-bit Linux O/S ? > > Tomcat is pure Java (other than the APR connector), so it doesn't care what > platform it

RE: Tomcat 6 binary in 64-bit

2009-01-19 Thread Caldarale, Charles R
> From: m zyzy [mailto:myz...@gmail.com] > Subject: Tomcat 6 binary in 64-bit > > Could Tomcat 6 core binary be used in 64-bit Linux O/S ? Tomcat is pure Java (other than the APR connector), so it doesn't care what platform it's running on. You just have to run it under an appropriate JVM. > wh