I am using OpenGTS-v2.5.9. I wanted to add some new fields into device admin page (web interface), I have tried adding the code in DeviceInfo.java
but when I recompile and deploy I dont find those new fields added to device admin page. So please guide me in obtaining the new fields on the device admin page, any help would be appreciated.
Adding new fields into Device Admin Page (OpenGTS-v2.5.9)
316 Views Asked by shravan At
1
to see any changes made in the source code :
service tomcat stop rm -R $CATALINA_HOME/webapps/track rm -R $GTS_HOME/build/ ant clean ant all track track.deploy service tomcat start