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.
