RE: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Caldarale, Charles R
> From: Indudhar Devanath [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6.x for 64 bit OS > > But I couldn't find anything for Tomcat 6.x Filip H put 64-bit 5.5 versions of procrun* here: http://svn.apache.org/viewvc/tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_2 5/procrun/bin/a

Re: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Indudhar Devanath
/show_bug.cgi?id=39327 But I couldn't find anything for Tomcat 6.x Indu Original Message Subject: Re: Tomcat 6.x for 64 bit OS From: Caldarale, Charles R <[EMAIL PROTECTED]> To: Tomcat Users List Date: Wednesday, January 02, 2008 10:08:30 AM From: Gregor Schneider [ma

RE: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6.x for 64 bit OS > > - compile it on your 64bit-platform using a 64bit-JDK using the > provided Ant-build-script That would be a waste of time, since pure Java programs are completely platform independent,

Re: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Gregor Schneider
arfgl... must still have some alcohol in my brains from the last party... indudhar: java byte-code is always the same on any platform. the only thing what you need is a 64-bit-java-runtime. having this, you can just run the precompiled java-bytecode which *should* use the 64bit-benefits (like e

Re: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Andrew Miehs
On 02/01/2008, at 3:43 PM, Gregor Schneider wrote: The official Apache-solution is imho - get the sources at http://ftp.hosting-studio.de/pub/linux/apache/tomcat/tomcat-6/v6.0.14/src/apache-tomcat-6.0.14-src.zip - compile it on your 64bit-platform using a 64bit-JDK using the provided Ant-build-

Re: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Gregor Schneider
The official Apache-solution is imho - get the sources at http://ftp.hosting-studio.de/pub/linux/apache/tomcat/tomcat-6/v6.0.14/src/apache-tomcat-6.0.14-src.zip - compile it on your 64bit-platform using a 64bit-JDK using the provided Ant-build-script Cheers Gregor -- what's puzzlin' you, is the

Tomcat 6.x for 64 bit OS

2008-01-02 Thread Indudhar Devanath
Hi, We are looking for 64 bit Tomcat 6.x version to be run as service on Windows Server. We did find many solutions on the web, but is there any "official" version from Apache group? Indudhar - To start a new topic, e-mail