Re: Using our own server with GWT 2.0

2010-01-04 Thread Chris Ramsdale
You don't need to specify the noserver argument (unchecking the Run built-in server checkbox is enough). Would you mind posting your workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/your app.launch file? On Sun, Jan 3, 2010 at 9:51 PM, markww mar...@gmail.com wrote: Hi, I just

Re: Using our own server with GWT 2.0

2010-01-03 Thread markww
Hi, I just started using gwt 2.0 with eclipse 3.5, and am also having trouble getting -noserver to work now (had it working ok in previous gwt versions). I compiled my app once, put all my files on my remote web server, example: http://www.mywebsite.com/test/MyProject.html .. etc .. in

Re: Using our own server with GWT 2.0

2009-12-14 Thread Christian Goudreau
Thanks a lot ! Didn't know the arguments I needed, except for -noserver, but I knew it was the way ! I'll try this tonight Regards Christian On Mon, Dec 14, 2009 at 1:31 AM, Jan Ehrhardt jan.ehrha...@googlemail.comwrote: If you're using the Google Plugin, create a Web Application launch

Using our own server with GWT 2.0

2009-12-13 Thread Christian Goudreau
Hello, I'm using PHP server side. I was used to GWT 1.7 and it was easy to use another server than the built in server. Now how do I set up Eclipse to use my PHP server instead of the default jetty ? Thanks ! Christian -- You received this message because you are subscribed to the Google

Re: Using our own server with GWT 2.0

2009-12-13 Thread Jan Ehrhardt
If you're using the Google Plugin, create a Web Application launch configuration and add the following to parameters to the 'program arguments': -noserver -startupUrl http://localhost:8080/test/gohttp://www.google.com/url?sa=Dq=http://localhost:8080/test/gousg=AFQjCNFKh5JNAcKKjkxdJUuK0zFTwvpxdg