Reputation: 21
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.
Upvotes: 1
Views: 307
Reputation: 71
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
Upvotes: 0