You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Bob Herrmann <bo...@jadn.com> on 2002/05/26 02:38:22 UTC

FYI: Building tomcat on SunOS 5.8 (RESEND)

Just for the record, here are the steps I used over the past 2 days to
successfully build tomcat on a fresh SunOS 5.8 machine.

1. get J2SE 1.4
2. get ant 5.1Beta1 (grab zip format as SunOS tar is broken)
3. get a "cvs" binary for Sparc
4. configure "cvs" to access cvs.apache.org (I had to tunnel using ssh)
5. use cvs to pull down "jakarta-tomcat-4.0"
6. use cvs to pull down "jakarta-tomcat-connector"
7. use "ant download" to get other needed bits
    - mkdir /usr/local; chmod a+wr /usr/local
    - in the jakarta-tomcat-4.0/ dir, copy "build.properties.sample" to
      "build.properties" and enable proxy access (behind firewall here)
    - do "ant download" to automatically grab needed packages into 
/usr/local
8. edit "jakarta-tomcat-4.0/build.xml" and add in this property
    <property name="build.compiler"   value="modern"/>
9. edit "jakarta-tomcat-4.0/build.xml" and
    remove the "commons-dbcp" section, it doesnt seem to be compiling.
10. ant

BUILD SUCCESSFUL

Cheers,
bob@jadn.com



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>