When I test my gwt app using mvn gwt:run, it puts the application at
the root of the URL, e.g.

http://localhost:8888/com.foo.bar.App/App.html

However, when I run it in tomcat, if my war is called myproject.war,
then the URL is

http://localhost:8080/myproject/com.foo.bar.App/App.html

When "/myproject/" appears in Tomcat but not in mvn gwt:run, it makes
testing a pain because any web navigation links (like Window.open("/
index.html", "_self", ""); ) will work in mvn gwt:run but break in
tomcat (since tomcat would require the URL to be "/myproject/
index.html).

Please help!

Thanks,
Ken

--

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