RE: help configuring tomcat to debug my application

2007-02-15 Thread Marini, Joseph
: 'Tomcat Users List' Subject: RE: help configuring tomcat to debug my application On the Java tab, I have: -Xdebug -Xrunjdwp:transport=dt_socket,address=9876,server=y,suspend=n I then set eclipse to launch a remote application attach. It works flawlessly. Be sure to put one option per li

RE: help configuring tomcat to debug my application

2007-02-15 Thread Tim Lucia
> -Original Message- > From: Marini, Joseph [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 15, 2007 4:24 PM > To: Tomcat Users List > Subject: RE: help configuring tomcat to debug my application > > That is the service rapper gui I refer to. I have tried > To add t

RE: help configuring tomcat to debug my application

2007-02-15 Thread Marini, Joseph
, February 15, 2007 4:21 PM To: Tomcat Users List Subject: RE: help configuring tomcat to debug my application | From: Marini, Joseph [mailto:[EMAIL PROTECTED] | Sent: Thursday, 15 February, 2007 13:07 | | I have installed tomcat 5.5.20 on an XP system. It has installed as a | service. | | I am trying

RE: help configuring tomcat to debug my application

2007-02-15 Thread Nelson, Tracy M.
| From: Marini, Joseph [mailto:[EMAIL PROTECTED] | Sent: Thursday, 15 February, 2007 13:07 | | I have installed tomcat 5.5.20 on an XP system. It has installed as a | service. | | I am trying to configure tomcat so I can remote debug my app via IDEA. In your Tomcat bin directory there should be

help configuring tomcat to debug my application

2007-02-15 Thread Marini, Joseph
I have installed tomcat 5.5.20 on an XP system. It has installed as a service. I am trying to configure tomcat so I can remote debug my app via IDEA. I have obtained the following information via the web which does explain how to Configure tomcat so I can remote attach to a port and debug