Re: OOPHM not connecting to Code Server

2009-12-04 Thread Chris Ramsdale
Re: Chrome OOPHM on Linux - checkout this thread for more info: http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/6cfb8c41339702a7?pli=1 On Fri, Dec 4, 2009 at 5:24 PM, Adam Hawthorne wrote: > I think the issue was not having compiled once with 2.0, which should

Re: OOPHM not connecting to Code Server

2009-12-04 Thread Adam Hawthorne
I think the issue was not having compiled once with 2.0, which should produce the new hosted.html, correct? Once I did that, many other things began to fail due to stray jars. After I finally waded through that mess, things worked well. On an unrelated note, are there any plans for a Chrome for

Re: OOPHM not connecting to Code Server

2009-12-04 Thread Chris Ramsdale
You may have already done this, but you'll want to make sure that you update your hosted.html that you are serving up as well. In working through some other upgrade scenarios, I forgot to update this file and my app ran but wasn't hitting any of my breakpoints. On Tue, Dec 1, 2009 at 2:44 PM, ahaw

Re: OOPHM not connecting to Code Server

2009-12-01 Thread ahawtho
Hi all, This is resolved, but I'm sorry to say I can't say exactly what the problem was. There's a few things I did that seemed as though they may have helped: 1. We have a complex classloader structure in our servlets. We add files to certain jar files, and because of this, there was a stray

Re: OOPHM not connecting to Code Server

2009-12-01 Thread ahawtho
Thanks Rajeev, I added that and I have good news and bad news: The good news is that adding the cmdline arg did cause the "Development Mode" tab in Eclipse to display a URL: http://localhost:8080/webconfig/default?gwt.codesvr=127.0.1.1:9997, and I was able to paste that into firefox. The bad new

Re: OOPHM not connecting to Code Server

2009-12-01 Thread Rajeev Dayal
Hey Adam, Try adding the following to the program arguments of your launch configuration: -startupUrl webconfig/default Rajeev On Tue, Dec 1, 2009 at 12:03 AM, ahawtho wrote: > When running in Development mode from the Eclipse plugin, the DevMode > console does not indicate any URL, and sta

Re: OOPHM not connecting to Code Server

2009-12-01 Thread ahawtho
Two additional pieces of information: 1. It worked in 1.7.1, but I was upgraded to a 64-bit machine running Ubuntu 9.10, which does not include libstdc++5 anymore. I'm upgrading to 2.0 because I can't use 1.7.1 hosted mode anymore. 2. The reference to "images" below because I was originally writ

OOPHM not connecting to Code Server

2009-12-01 Thread ahawtho
When running in Development mode from the Eclipse plugin, the DevMode console does not indicate any URL, and starting DevMode does not open a browser. From the UsingOOPHM wiki link, I found the text: > If you start DevMode in a browser without the plugin, you will get to the > page allowing you t