I'm trying to run GWT application in super dev mode with maven via mvn gwt:run-codeserver. This plugin gave me to a localhost page http://localhost:9876/, I bookmarked the Dev mode On as suggestion and then access the link provided in the page.
Then I clicked Dev Mode On on bookmark bar, however I got messages
Can't find any GWT Modules on this page.
So how can I run the application in super dev mode, do I have to deploy the app in a web server like Tomcat, JBoss ...