Hi Andre

Reading your original post, it looks like you are trying to debug your own web app running under Tomcat, rather than Tomcat itself (as the thread title implies).

I can recommend starting Tomcat from inside Eclipse using the Sysdeo Tomcat plugin. That is the way all our development shop debug their code. My 3 year old laptop (4GB of RAM) handles it with ease. It is convenient when jar locking stops a hot deploy - just hit the stop button, redeploy and hit the start button.

We don't run Tomcat as a service.

Regards

Ron

----- Original Message ----- From: "André Warnier" <a...@ice-sa.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Saturday, July 24, 2010 2:56 AM
Subject: Re: Debugging Tomcat


Mark Thomas wrote:
On 23/07/2010 15:44, André Warnier wrote:
Andy Bell wrote:
Hi

I'm running Tomcat 6.0.24 as aa serviced on Windows XP.

I am trying to debug Java code in the webapp Ihave deployed to Tomcat
and I have added this line:

-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

I don't know anything about debugging Java, but considering that the
attribute above is called "address", should you not be giving it a value
more like "127.0.0.1:8000" ?

Nope.

Then it should better be called "port", no ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to