Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 93070 invoked from network); 26 May 2002 00:38:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 May 2002 00:38:07 -0000 Received: (qmail 28094 invoked by uid 97); 26 May 2002 00:38:08 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 28078 invoked by uid 97); 26 May 2002 00:38:08 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 28061 invoked by uid 98); 26 May 2002 00:38:07 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <3CF02E7E.5040106@jadn.com> Date: Sat, 25 May 2002 20:38:22 -0400 From: Bob Herrmann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: FYI: Building tomcat on SunOS 5.8 (RESEND) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 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: For additional commands, e-mail: