Skip to main content



      Home
Home » Newcomers » Newcomers » Debug with Tomcat 5.0 in Eclipse 3.01
Debug with Tomcat 5.0 in Eclipse 3.01 [message #53456] Mon, 18 April 2005 07:18 Go to next message
Eclipse UserFriend
Originally posted by: rgarciaesteban.cyii.es

Hi,

I have read about debugging with Tomcat and Eclipse, And I find only debug
with a plugging for Eclipse 2 (Sysdeo). I want to debug an remote tomcat
5.0, not the local tomcat shipped with eclipse.

How can I do?

Thanks

Rodolfo
Re: Debug with Tomcat 5.0 in Eclipse 3.01 [message #54402 is a reply to message #53456] Tue, 19 April 2005 04:44 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.rohe.stud.tu-ilmenau.de

On Tomcat side

Set the following environment variables

JPDA_TRANSPORT=dt_socket
JPDA_ADDRESS=8000

and start Tomcat with parameters

jpda start

On Eclipse side

Go to debug launch configuration and create a new remote application with
socket address 8000. Set a breakpoint in your servlet or a class and open a
browser to the web application. Then you should see Eclipse going to debug
perspective and you can debug your application.

Daniel

"Rodolfo" <rgarciaesteban@cyii.es> schrieb im Newsbeitrag
news:769ecc354903bed8e92a24ed90e88a8d$1@www.eclipse.org...
> Hi,
>
> I have read about debugging with Tomcat and Eclipse, And I find only debug
> with a plugging for Eclipse 2 (Sysdeo). I want to debug an remote tomcat
> 5.0, not the local tomcat shipped with eclipse.
>
> How can I do?
>
> Thanks
>
> Rodolfo
>
Previous Topic:Show Invisible Characters
Next Topic:Seattle users group?
Goto Forum:
  


Current Time: Sat May 10 01:46:22 EDT 2025

Powered by FUDForum. Page generated in 0.08731 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top