I had been working with OpenGTS, According to what I read, the files are located in the $GTS_HOME / build / track
, after you change/edit it as you want to edit either the CSS, JSP, etc. whatever you want, you need to compile the
(ant track) again and ready. The problem is that I do these steps and do not work for me.
I would like to know, How can i change/edit the interface of this platform?
...files are located in the $GTS_HOME / build / track, after you change/edit it as you want to edit either the CSS, JSP, etc...
that is the correct procedure. only that after
ant track
is necessary
ant track.deploy
too. And in some cases , restart Tomcat to see the changes .