Return-Path: Delivered-To: apmail-jakarta-site-cvs-archive@apache.org Received: (qmail 16237 invoked from network); 24 Nov 2002 20:25:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Nov 2002 20:25:07 -0000 Received: (qmail 28023 invoked by uid 97); 24 Nov 2002 20:26:12 -0000 Delivered-To: qmlist-jakarta-archive-site-cvs@jakarta.apache.org Received: (qmail 27966 invoked by uid 97); 24 Nov 2002 20:26:11 -0000 Mailing-List: contact site-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta WebSite CVS List" Reply-To: "Jakarta General List" Delivered-To: mailing list site-cvs@jakarta.apache.org Received: (qmail 27954 invoked by uid 98); 24 Nov 2002 20:26:11 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 24 Nov 2002 20:25:02 -0000 Message-ID: <20021124202502.94081.qmail@icarus.apache.org> From: acoliver@apache.org To: jakarta-site-cvs@apache.org Subject: cvs commit: jakarta-site/docs/site idedevelopers.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N acoliver 2002/11/24 12:25:02 Modified: xdocs/site idedevelopers.xml docs/site idedevelopers.html Log: instructions for setting up your ide for remote debugging Revision Changes Path 1.3 +25 -0 jakarta-site/xdocs/site/idedevelopers.xml Index: idedevelopers.xml =================================================================== RCS file: /home/cvs/jakarta-site/xdocs/site/idedevelopers.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idedevelopers.xml 24 Nov 2002 19:32:51 -0000 1.2 +++ idedevelopers.xml 24 Nov 2002 20:25:02 -0000 1.3 @@ -133,5 +133,30 @@ support for CVS built in.

+
+

+ A frequent question asked is "How do I get all these classes loaded into + [name of IDE usually JBuilder] to run them in the debugger?" The answer + is often: you don't. This certainly might make sense for apps or applets, + but most applications these days are run in a servlet engine or other + container such as Phoenix. For these: you set the sourcepath, you put the binaries in the classpath + but you debug the code remotely. Meaning the code runs in tomcat or + whatever and you run the debugger against it. Modern IDEs such as + Eclipse when running against + JDK 1.4.x or later can even change the code at runtime while debugging! +

+

+ It does generally involve editing shell scripts or batch files which can + be difficult for the IDE developer to commit to, but once you do, its + basically over with. These instructions will assume you're running + Tomcat 4.1.12 or similar + (meaning its doubtful that 4.1.13 will be different but 5.0 very well + might be) on Windows 2000 or similar. +

+ +
1.3 +36 -0 jakarta-site/docs/site/idedevelopers.html Index: idedevelopers.html =================================================================== RCS file: /home/cvs/jakarta-site/docs/site/idedevelopers.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- idedevelopers.html 24 Nov 2002 19:32:31 -0000 1.2 +++ idedevelopers.html 24 Nov 2002 20:25:02 -0000 1.3 @@ -313,6 +313,42 @@
+ + + + +
+ + $section.getAttributeValue("name") + +
+
+

+ A frequent question asked is "How do I get all these classes loaded into + [name of IDE usually JBuilder] to run them in the debugger?" The answer + is often: you don't. This certainly might make sense for apps or applets, + but most applications these days are run in a servlet engine or other + container such as Phoenix. For these: you set the sourcepath, you put the binaries in the classpath + but you debug the code remotely. Meaning the code runs in tomcat or + whatever and you run the debugger against it. Modern IDEs such as + Eclipse when running against + JDK 1.4.x or later can even change the code at runtime while debugging! +

+

+ It does generally involve editing shell scripts or batch files which can + be difficult for the IDE developer to commit to, but once you do, its + basically over with. These instructions will assume you're running + Tomcat 4.1.12 or similar + (meaning its doubtful that 4.1.13 will be different but 5.0 very well + might be) on Windows 2000 or similar. +

+ +
+

+

-- To unsubscribe, e-mail: For additional commands, e-mail: