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: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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-script


Actually - the official Apache solution is to download it from here...

http://tomcat.apache.org/download-60.cgi

No need to recompile it.

CHeers

Andrew

smime.p7s
Description: S/MIME cryptographic signature


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 extended memory-alloc)

cheers

gregor
-- 
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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, and, other than the APR connector, Tomcat is pure
Java.

The OP was asking about running Tomcat as a service on a 64-bit Windows
box, which requires a 64-bit version of the launcher (tomcat6.exe) and
service wrapper (tomcat6w.exe); these are not Java programs, and I'm not
sure where to find binary versions.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Indudhar Devanath

The OP was asking about running Tomcat as a service on a 64-bit Windows
box, which requires a 64-bit version of the launcher (tomcat6.exe) and
service wrapper (tomcat6w.exe); these are not Java programs


Thats right Chuck.  I did find something here.

http://issues.apache.org/bugzilla/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 [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, and, other than the APR connector, Tomcat is pure
Java.

The OP was asking about running Tomcat as a service on a 64-bit Windows
box, which requires a 64-bit version of the launcher (tomcat6.exe) and
service wrapper (tomcat6w.exe); these are not Java programs, and I'm not
sure where to find binary versions.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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/amd64/

(But watch out - the names of the .exe files may be reversed.)

With the 32-bit versions, you could just rename tomcat5*.exe to
tomcat6*.exe and they would function properly with the newer level; the
same is likely true for the 64-bit ones.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]