Hi everyone,
I'm compiling my GWT project to use it in Tomcat. For that, in IntlliJ I created folder gwt in folder web to store compiled data. After that I put all data from this folder to Tomacat. All things work fine except UI elementes that shown without skins.
FireBug shows that request is commind to wrong path:
Requested: http://host:port/RFO/sc/...
But actual location is: http//host:port/gwt/RFO/sc/....
Can someone help to fix that? What I missed ?
I'm compiling my GWT project to use it in Tomcat. For that, in IntlliJ I created folder gwt in folder web to store compiled data. After that I put all data from this folder to Tomacat. All things work fine except UI elementes that shown without skins.
FireBug shows that request is commind to wrong path:
Requested: http://host:port/RFO/sc/...
But actual location is: http//host:port/gwt/RFO/sc/....
Can someone help to fix that? What I missed ?
Comment