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
 
Line 6: Line 6:
 
1..On the server locate the SwServiceInfo.xml file in the following location:
 
1..On the server locate the SwServiceInfo.xml file in the following location:
  
  //Supportworks Server/conf
+
  //Hornbill/Supportworks Server/conf
  
 
2..Edit SwServiceInfo.xml and add the following line:
 
2..Edit SwServiceInfo.xml and add the following line:
  
 
  <Service>SwHttpServer</Service>
 
  <Service>SwHttpServer</Service>
 +
 +
3..Restart the SwServer 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.

Latest revision as of 15:07, 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 will need to carry out the following:

1..On the server locate the SwServiceInfo.xml file in the following location:

//Hornbill/Supportworks Server/conf

2..Edit SwServiceInfo.xml and add the following line:

<Service>SwHttpServer</Service>

3..Restart the SwServer 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.