Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 64233 invoked from network); 14 Jun 2000 21:46:11 -0000 Received: from bdr-osl-25-005.telenor.no (HELO bdr-osl-25-005.oslo.telenor.no) (134.47.108.13) by locus.apache.org with SMTP; 14 Jun 2000 21:46:11 -0000 Received: by BDR-OSL-24-202.telenor.no with Internet Mail Service (5.5.2650.21) id ; Wed, 14 Jun 2000 23:47:33 +0200 Message-ID: <215920A4C5DBD311AC730008C70DBCDE87FF9D@MOB-OSL-22-007> From: william-joseph.middleton@telenor.com To: tomcat-dev@jakarta.apache.org Subject: RE: Build/Debug Tomcat with KAWA.. User Guide anyone? Date: Wed, 14 Jun 2000 23:44:45 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > > Awhile ago, Jon (jon@clearlink.com) wrote: > > Clear Ink. Not Clear Link. Er, sorry about that. > > Would you, Jon, or anyone else who already uses this too > > have time to post a short set of pointers for how to get > > tomcat built with it, and possibly their current .kpx file > > for the project? > > Just create a new .kpx file. > Import the source code in tomcat/src/share. > compile it. > find org/apache/tomcat/startup/Tomcat.java. right click on > it. set is as a > "Main Class". > Project->Interpreter Options: > Custom Options: > -Dtomcat.home=C:\path\to\tomcatCVS > > hit f4 Nifty. That almost worked with no additional input. I wound up doing the following addtional step: Set Project->Compiler Options->Compilation Output Directory to the build/classes directory where you have already made a successful build of tomcat using Ant, so that you get the properties files and other configuration/descriptors necessary for tomcat to run. One could try to parse the build.xml to figure out how to map the appropriate copy commands into the project, I suppose. Thanks Jon. Bill