In GWT development, the access URL is "
http://localhost:8888/com.allen.demo.ExampleModule/ExampleModule.html" when a module is
debugged, but I export the module as a WAR and deploy it to a web
server, the access URL is changed to "
http://localhost:8888/ProjectName/ExampleModule.html".
How does the access URL is used in my program???