How to make changes on UI
Posted:
Sat Oct 20, 2012 9:03 am
by dsync89
Currently I am trying to modify some UI changes, e.g. increasing the top header height, those changes I made in the .jsp files under WEB-INF doesn't seemed to have any effect.
Hope to seek for assistance here. Thanks.
Re: How to make changes on UI
Posted:
Sat Oct 20, 2012 10:10 am
by hakko
I think it should take effect immediately (try adding some super simple hello world html to top frame and check if it appears after reloading).
If not, you could always try moving these files to a temporary directory to force your changed jsps to be recompiled and taken into effect: (config dir)/jetty/0.7.12d/webapp/WEB-INF/classes/jsp/WEB_002dINF/jsp
I won't swear to this though, as I normally don't change things this way myself anymore.