Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 80794 invoked from network); 29 Apr 2003 12:31:09 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 Apr 2003 12:31:09 -0000 Received: (qmail 19657 invoked by uid 97); 29 Apr 2003 12:33:08 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 19650 invoked from network); 29 Apr 2003 12:33:07 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 29 Apr 2003 12:33:07 -0000 Received: (qmail 78939 invoked by uid 500); 29 Apr 2003 12:30:41 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 78881 invoked from network); 29 Apr 2003 12:30:40 -0000 Received: from rwcrmhc53.attbi.com (204.127.198.39) by daedalus.apache.org with SMTP; 29 Apr 2003 12:30:40 -0000 Received: from 5l28e (h0006252210f0.ne.client2.attbi.com[66.31.156.43]) by rwcrmhc53.attbi.com (rwcrmhc53) with SMTP id <2003042912304105300f5cane>; Tue, 29 Apr 2003 12:30:41 +0000 Message-ID: <007d01c30e4b$1f8d5d00$0402a8c0@ne2.client2.attbi.com> Reply-To: "torechia" From: "torechia" To: "Tomcat Users List" Subject: How to debug servlets under tomcat? Date: Tue, 29 Apr 2003 08:30:30 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_007A_01C30E29.981707C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_007A_01C30E29.981707C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am new to Tomcat and java servlets. I am running latest tomcat = standalone on windows/xp and am having some problems doing = transformations from xml to html in my java servlet. How can I debug = this? I would like to step over each line of code and see what is = happening. I have a copy of Visual J++, but am not sure how to compile = and debug my servlets in this environment since I am not running IIS. = Currently I am using ant to build and deploy my servlet. What is the = best tool to debug servlets under tomcat and how can I get it started in = the debugger under tomcat? Any help would be appreciated. ------=_NextPart_000_007A_01C30E29.981707C0--