Reputation: 6292
I was trying to debug a GWT project in intelliJ IDEA 11.
I can test the same project in command line using; ant devmode.
However, after i setup a intelliJ configuration and pressed debug, the page produced was:
HTTP ERROR: 404
NOT_FOUND
RequestURI=/StockWatcher.html
Powered by Jetty://
I am very new to GWT. Can someone help me with this?
Regads
Here is the screenshot:
Upvotes: 1
Views: 4757
Reputation: 411
It's easiest to run a project in Development Mode from a war folder.
Upvotes: 7