I have used netbeans to create the rails project(jruby) and deploy it in debug mode on glassfish v3. I then used eclipse to create the gwt project inside the public folder in rails. >From eclipse I unchecked the "launch internal server" and I changed the url to the url of of the page on the server. I then press debug and the eclipse open gwt in hosted mode.
that is all I guess. On Jun 1, 6:30 pm, Rajeev Dayal <[email protected]> wrote: > Can you provide a bit more information on how you're launching the debug > session? Is it a remote-debugging session, can you provide some more > information about the listening process (the one being debugged) and the one > connecting to the listener (which would be in your IDE)? I'm specifically > interested in how you're launching both processes. > > If this is an in-IDE debug session, and you're using Eclipse, are you making > sure that your launching the application using a "Debug" launch > configuration, as opposed to a "Run" launch configuration? > > On Fri, May 29, 2009 at 5:13 AM, [email protected] <[email protected]>wrote: > > > > > Thanks Thomas, > > I was banned of this group and I really have no idea why... > > Anyway, I followed your advice and it worked nicely. > > Now, I can run both of them with no problems but I can't debug gwt... > > I doesn't stop in the breakpoints in eclipse. > > Do you have any ideas why may that happen? > > > Thank again, I really appreciate the help. > > > On May 29, 1:44 am, Thomas Broyer <[email protected]> wrote: > > > On 28 mai, 17:52, Ahmed <[email protected]> wrote: > > > > > Hello everybody, > > > > I am about to begin a new project using gwt 1.6. > > > > I was planning to use ruby on rails as the backend... but I had a > > > > problem during the development with the "same origin policy"... and as > > > > I don't know any way to make both the gwt project and the ruby on > > > > rails project to work on the same server, I decided to move to jruby. > > > > It's as easy as: > > > 1. deploying your GWT app *once* to your server running rails > > > 2. launch the HostedMode (or GWTShell) in -noserver mode > > > >http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
