We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We create a plugin which has a launch short cut named "GWTDevModeLaunchShortcut" which does the following:
If project has com.google.gwt.dev.DevMode on its classpath then
com.google.gwt.dev.DevMode
Create a Java launch with main class: com.google.gwt.dev.DevMode
Program arguments: -startupUrl -war
Example: org.sucks.brock.GWTModule -startupUrl index.html -war src/main/webapp
org.sucks.brock.GWTModule -startupUrl index.html -war src/main/webapp
VM Arguments: -Xm2048 ...
Add to program arguments -noServer -startupUrl http://localhost:8080/
-noServer -startupUrl http://localhost:8080/
Where url should be based on server.
This might be able to work as a "Run As..." via WTP server mode.