Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "Building Tomcat on MacOS" page has been changed by ChristopherSchultz:
https://wiki.apache.org/tomcat/Building%20Tomcat%20on%20MacOS

New page:
Building Tomcat from source on MacOS can require some additional work, 
especially if you want to build all of the optional items such as libtcnative.

== Building Tomcat==
Building Tomcat itself is fairly straightforward. Simply download the source 
distribution of Tomcat and follow the indtructions in the BUILDING.txt file 
bundled with the distribution.

Briefly, you'll need:

 1. The Tomcat source tarball (the ZIP file is fine, but we're on UNIX, so the 
tarball is more natural)
 1. A Java Development Kit, available from [[https://jdk.java.net/|Java.net]]
 1. Apache ant, available from the 
[[https://ant.apache.org/bindownload.cgi|Apache ant downloads]] page

Once you have all that,

 {{{ant deploy}}}

You may have to set your {{{JAVA_HOME}}} environment variable and/or specify 
the full path to your {{{ant}}} binary.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to