hello,

somehow my last answer disappeared...

you don't have to worry about -noserver. Jetty will be started on 8888
and just not used.

- copy the JavaScript created by GWT to you PHP app and start it
- start the GWT project by doing "Debug/GWT Dev Mode"
- navigate in FireFox to 
http://localhost/PhpProject1/welcomeGWT.html?gwt.codesvr=localhost:9997

you will even be able to debug your GWT code


On 27 Feb., 13:45, mibtar <[email protected]> wrote:
> hi, i was looking at the build-gwt.xml and it turns out that "GWT Dev
> Mode (Hosted Mode)" menu item is actually the one without the -
> noserver option. because it actually starts jetty. and it's target is
> "debug-connect-gwt-shell-hosted-20" in the build-gwt.xml.
>
> while the "Debug main project" button is actually the one with the -
> noserver option. it's target is "debug-connect-gwt-shell-20" in the
> build-gwt.xml. (sorry for the redundancy).
>
> i guess my problem is that if i use the -noserver option it doesn't
> start jetty in dev mode (that's good) but it starts tomcat. so i still
> can't use port 80.
>
> i'm really at a loss here. or probably i just don't really understand
> how it works.

-- 
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.

Reply via email to