Change context in GWT dev mode
Answered
Is it possible to change default root context to custom when running in dev mode? i.e. to get
http://127.0.0.1:8888/custom/index.html?gwt.codesvr=127.0.0.1:9997
instead of
Please sign in to leave a comment.
No, there are no such options in GWT dev mode. The only way I can think of is to move "index.html" and everything else to corresponding subfolder.