Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » how to debug a remote tomcat
how to debug a remote tomcat [message #181200] Mon, 09 October 2006 13:30 Go to next message
Eclipse UserFriend
Originally posted by: ludovikoazuaje.yahoo.com

hello,


does any body know how to debug a remote tomcat server ?


any information, url, plugin-info or reference is appreciated.


thanks.
Re: how to debug a remote tomcat [message #181280 is a reply to message #181200] Tue, 10 October 2006 08:51 Go to previous message
Eclipse UserFriend
hi

put following line in catalina.bat file

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

and then create a new Remote Java Application at "Debug" menu item
and set its Host to your host ip (or localhost) and its Port to 8000

then run that debug. make sure to put some breakpoint in your codes.

another thing is that you should compile your project java files with
debug options.
Previous Topic:Problem while publishing on server (file name too long).
Next Topic:please answer some very basic webtools quesions!
Goto Forum:
  


Current Time: Fri Jul 04 21:44:01 EDT 2025

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

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

Back to the top