Change context in GWT dev mode
已回答
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
请先登录再写评论。
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.