Versions Compared

Key

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

...

  1. Copy the jar file to the VM where the service to be deployed
  2. Rename the jar to WTService.jar.
  3. Run the command java -jar WTService.jar . The service should be up and running.

Configuration

  • Configure the property 'wtSimulatorBaseUrl' in extra properties of Device from Device Manager UI. This property holds the base url to the lanforge JAON API. eg: http://localhost:8080. The gateway device ti be used for candela testing should have this property configured.
  • Configure the property 'wt.service.base.url' in Automatics Properties and this holds the base url of WTService.