hi ED, ill try to do it your way but can you please send me the way you do the hot deployment
thanks for your help On Sep 22, 12:30 pm, Ed <[EMAIL PROTECTED]> wrote: > Did you already tried it ? > I am debugging perfectly in my backend app, which ofcourse is an > important feature. > > It's running in another JVM, but that as long as you start tomcat > inside your eclipse, you can debug it perfectly. > I am using myeclpse to manage my backend app on tomcat, but there are > other plugins (free) that do the same job.... > > BTW: I am using myeclipse to do my hot deployment such that changes > are picked up automatically. > Development and debugging is fast and easy... > > -- Ed > > On Sep 22, 11:27 am,razo<[EMAIL PROTECTED]> wrote: > > > the problem in the --noserver is that the tomcat will be running > > outside my JVM so its no longer possible to debug on server side. I'm > > using > > eclipse and I really need to be able to install breakpoints in the > > server side code , plus the panic of redeploy the application to the > > server and then lunching the tomcat then lunching the gwt shell every > > time i do a little change to my code > > > On Sep 22, 11:16 am, Ed <[EMAIL PROTECTED]> wrote: > > > > I suppose you are working in -noserver mode. If not, do so. See the > > > faq for help on how to use > > > it:http://code.google.com/support/bin/answer.py?answer=87509&topic=10454 > > > > Then use the server library ofhttp://gwt-widget.sourceforge.net/to > > > use map url calls to spring beans. See the doc for examples. > > > In this way, you don't need to update your web.xml in hosted mode. > > > Just start your backend (tomcat or som other server that loads your > > > spring config) and run hosted mode that will connect to it, just like > > > in production happens. > > > > Works very well. I also manage my own policy file such that I can > > > optimize it and don't need to copy it every time something changed. > > > > hope this helps. > > > > -- Ed --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
