Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

RE: do i need to build form source if i want install tomcat on 64-bit linux machine

Peter Crowther

2007-01-09

Replies:

> From: vamsee movva [mailto:vamseejump@(protected)]
> Hello all,
> I would like to install tomcat on 64-bit linux machine. do i
> need to build
> it from source or can i directly take the binary files provided in the
> website.

You can take the binary files if you want to run the system as a pure
Java application. If you want some non-Java support libraries such as
APR, you'll want to compile them or grab pre-built 64-bit binaries.

> Is there any difference between building it from source and
> directly taking
> binaries which are i guess compiled on 32-bit machines.

'No' for the Java files (they're bytecoded and then compiled to machine
code on the target machine - hence the notion of a virtual machine).
'Yes' for support files such as the Apache Portable Runtime, but none of
those support files are required in order to run Tomcat.

   - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.