Difference between revisions of "How to add the SwHTTPServerService to the list of Services in the Supportworks Configuration Tool."

From support-works
Jump to navigation Jump to search
(Created page with "Applicable to Version 7.x & 8.x If you would like to add the SwHTTPServerService to the list of services available in the Supportworks Configuration Tool you’ll need to edi...")
 
Line 3: Line 3:
 
If you would like to add the SwHTTPServerService to the list of services available in the Supportworks Configuration Tool you’ll need to edit SwServiceInfo.xml and add this line:
 
If you would like to add the SwHTTPServerService to the list of services available in the Supportworks Configuration Tool you’ll need to edit SwServiceInfo.xml and add this line:
  
<Service>SwHttpServer</Service>
+
<Service>SwHttpServer</Service>
  
 
Next time you start the SW config tool you will have this service in the services list and you can start/stop/restart the service from here as desired.
 
Next time you start the SW config tool you will have this service in the services list and you can start/stop/restart the service from here as desired.

Revision as of 13:02, 16 February 2018

Applicable to Version 7.x & 8.x

If you would like to add the SwHTTPServerService to the list of services available in the Supportworks Configuration Tool you’ll need to edit SwServiceInfo.xml and add this line:

<Service>SwHttpServer</Service>

Next time you start the SW config tool you will have this service in the services list and you can start/stop/restart the service from here as desired.