Thursday, September 13, 2012

How to change page for debugging in GWT/SmartGWT hosted mode

In order to change plugging in GWT/SmartGWT hosted mode is enough to do small changes in generated URL.

EXAMPLE
If there is a need to show HELP page you have to do this:

FROM THIS http://127.0.0.1:8888/trinity_cust.html?gwt.codesvr=127.0.0.1:9997
TO THIS http://127.0.0.1:8888/help.htm?gwt.codesvr=127.0.0.1:9997


This file is located inside of help folder of ui-branding module: ui-branding... /webapp-... /help

No comments: