5
Fax: 972-3-6540254
-Original Message-
From: Tim Lucia [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 21, 2006 1:44 AM
To: 'Tomcat Users List'
Subject: RE: remote debug on tomcat using eclipse
Well, every day for the last 4 or 5 years, I run Eclipse as t
:[EMAIL PROTECTED]
Sent: Monday, February 20, 2006 3:58 PM
To: 'Tomcat Users List'
Subject: RE: remote debug on tomcat using eclipse
Hi Tim,
I tried this as well.
I'm getting a "Failed to connect to remote VM" error message.
I even tried this with just an empty proje
Any help is appreciated
Asaf Lahav
VP R&D, Prima Grid LTD.
Cellular:
972-54-4717955
Phone:
972-3-6540255
Fax:
972-3-6540254
From: Tim Lucia
[mailto:[EMAIL PROTECTED]
Sent: Monday, February 20, 2006
10:50 PM
To: [EMAIL PROTECTED]
Subject: RE: remote debug on
t
Asaf Lahav wrote:
> I already setup both JPDA_ADDRESS and JPDA_TRANSPORT environment variables.
> But I don't know where to add the command line arguments when I'm running
> the Tomcat in service mode.
Use tomcat5w.exe from the bin directory. Add the following options
under the Java tab.
-Xdebug
---
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Monday, February 20, 2006 10:26 PM
To: Tomcat Users List
Subject: Re: remote debug on tomcat using eclipse
Step 1. http://tomcat.apache.org/faq/development.html#rd
Step 2. http://tomcat.apache.org/faq/development.html#rd-ec
Step 1. http://tomcat.apache.org/faq/development.html#rd
Step 2. http://tomcat.apache.org/faq/development.html#rd-eclipse
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi
all,
I'm
trying to debug an AXIS webservice which is running on my local tomcat 5.5.15.
My working environment is:
Windows
XP
JVM
1.5
Eclipse
3.1
My
tomcat 1.5.15 is installed and running as a Service
I've
read a couple of articles explaining how to configure tomcat and Ecli