Adding new fields into Device Admin Page (OpenGTS-v2.5.9)

310 Views Asked by At

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.

1

There are 1 best solutions below

1
On

to see any changes made ​​in the source code :

  • Stop Tomcat.
  • clean the destination.
  • clean build.
  • compile
  • deploy
  • start Tomcat

service tomcat stop rm -R $CATALINA_HOME/webapps/track rm -R $GTS_HOME/build/ ant clean ant all track track.deploy service tomcat start