Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Pull the latest Device Manager UI project from the repository.
  • After completing the pull, go the resources folder in the device manager UI project, and add the device manager server url as shown below.
    1. Navigate to (device-manager-ui\src\main\resource) open application.properties file
    2. Update Device Manager URL to device-manager-ui  as shown below.ui .

Example:

Image Added

              Image Removed  

  • Now navigate to the project Home folder and run the command “mvn clean install”.
  • This will build DeviceManagerUI.war file of device-manager-ui in the folder “project_home/target”.

...

  1. Copy DeviceManagerUI.war file from “project_home/target” to “TOMCAT_HOME/webapps” folder.
  2. If you need to run the tomcat server in a port other than 8080, please follow the below steps to change the same.
    • Navigate to the folder “TOMCAT_HOME/conf”.
    • Open server.xml and change the connector port in this file from 8080 to an available port of your choice. If another tomcat is running the same machine then change the DEFAULT Tomcat server SHUTDOWN port from 8005 to another available port. If you dont need to a SHUTDOWN port for tomcat then change the default port from 8005 to “-1”.
  3. To start Device Manager application go to “TOMCAT_HOME/bin” folder and run sh or startup.bat (if its running on Microsoft windows) script.
  4. To verify server logs check “TOMCAT_HOME/logs/catalina.out” file.


  • To

...

  • launch Device Manager

...

  • application go to the URL : “{protocol}://{host:port}/DeviceManagerUI/login.html“

To Login can try using UserId -

  • For the first time, login with username as "admin"

...

  • without password.

Following page will provide more information on device manager ui

...