Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 41750 invoked from network); 20 May 2000 19:20:48 -0000 Received: from ha1.rdc1.sfba.home.com (HELO mail.rdc1.sfba.home.com) (imail@24.0.0.66) by locus.apache.org with SMTP; 20 May 2000 19:20:48 -0000 Received: from c399580a ([24.15.91.121]) by mail.rdc1.sfba.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <20000520192047.TWXC22234.mail.rdc1.sfba.home.com@c399580a> for ; Sat, 20 May 2000 12:20:47 -0700 Message-ID: <000c01bfc290$249e5a60$0201a8c0@c399580a> Reply-To: "Tom Goodman" From: "Tom Goodman" To: References: <001101bfc173$f9772c80$7c3173d2@118.cc.kangwon.ac.kr> Subject: Re: how to debug a servlet (jsp) with VisualAge Date: Sat, 20 May 2000 12:18:13 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N You need to set tomcat.home=c:\pathToTomCat in properties for main() program in org.apache.tomcat.startup.Tomcat in VisualAge. This is THE coolest thing since sliced bread, and sliced bread is very cool. Has anyone had success doing this with other IDEs? Do you guys think VisualAge is the way to go for a nice IDE with integrated debugging or would another IDE offer more/better services (connection pooling libraries, EJB type stuff, etc.) tom ----- Original Message ----- From: ������ To: Sent: Friday, May 19, 2000 2:24 AM Subject: Re: how to debug a servlet (jsp) with VisualAge > > > > > That article so old > Now tomcat use "org.apache.tomcat.startup.Tomcat" class for starup and stop > > if you are going to startup tomcat, no arguments needed > but if you are going to stop tomcat, "-stop" argument needed > > and -Dtomcat.home=tomcat_home_dir > property needed of all > > thanks >