Re: Eclipse WTP + Tomcat Debug

2009-02-21 Thread David Blevins
On Feb 13, 2009, at 3:43 AM, Paolo Spadafora wrote: Hi, To answer you question: yes. It's because of openejb+tomcat, usually I can change a line of code and see the new change without restart tomcat or reload the webapp. It does not reload the webapp, just the single class, but it depends,

Re: Eclipse WTP + Tomcat Debug

2009-02-21 Thread Jonathan Gallimore
On Sat, Feb 21, 2009 at 8:20 PM, David Blevins david.blev...@visi.comwrote: On Feb 13, 2009, at 3:43 AM, Paolo Spadafora wrote: Hi, To answer you question: yes. It's because of openejb+tomcat, usually I can change a line of code and see the new change without restart tomcat or reload the

Re: Eclipse WTP + Tomcat Debug

2009-02-12 Thread Karan Malhi
I am using maven-tomcat-plugin in eclipse and its working fine. I have not run it in debug mode, but I have to redeploy the app if I make a change to any .class or update a jar in the lib. Here is the tomcat documentation which says that in development mode, tomcat would reload teh app if

Eclipse WTP + Tomcat Debug

2009-02-10 Thread David Blevins
On Feb 3, 2009, at 2:30 AM, Paolo Spadafora wrote: To be able to work seriously I need to debug tomcat with embed openejb using WTP, I know how to do it with remote debugger but doesn’t work well, have to re-deploy my ejb+webapp each time. Hi Paolo, I'm not familiar with the Tomcat