Re: Debugging struts applications with eclipse

2006-10-25 Thread Ulrich Elsner
On 10/25/06, Joe Yuen [EMAIL PROTECTED] wrote: Can anyone tell me how to debug an application running under tomcat? Is there any special setup I have to do in eclipse? A popular method consists of using the sysdeo plugin for Eclipse (http://www.sysdeo.com/eclipse/tomcatplugin). If you then

Re: Debugging struts applications with eclipse

2006-10-25 Thread Yujun Liang
MyEclipse has a huge selection of plugins, it is easy to config any application server and use the breakpoint to debug, you can even debug open source code if you download the source code. You need pay $50+ per year. I think it worths it. Regards On 10/25/06, Ulrich Elsner [EMAIL PROTECTED]

Debugging struts applications with eclipse

2006-10-24 Thread Joe Yuen
Can anyone tell me how to debug an application running under tomcat? Is there any special setup I have to do in eclipse? Thanks.

Re: Debugging struts applications with eclipse

2006-10-24 Thread Martin Gainty
of it or its contents - Original Message - From: Joe Yuen [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, October 24, 2006 7:57 PM Subject: Debugging struts applications with eclipse Can anyone tell me how to debug an application running under tomcat

Re: Debugging struts applications with eclipse

2006-10-24 Thread Ed Griebel
This should answer all your questions: http://tomcat.apache.org/faq/development.html Google is your friend, this is the first link for tomcat eclipse debugging search. -ed On 10/24/06, Joe Yuen [EMAIL PROTECTED] wrote: Can anyone tell me how to debug an application running under tomcat? Is