Document toolboxDocument toolbox

Install ServiceSWAT Properties File Services

The services section of theProperties File specifies values relating to the ServiceOptimizer and ServiceManager services; they enable these services to be controlled through the ServiceSWAT console if they and the ServiceSWAT console are installed on the same server.

If these services are installed on a different machine then this section can be ignored.

<services>
    <Manager>
      <tomcat>
        <service>Apache Tomcat</service>
    <!-- Tomcat service name -->
        <display_name>Apache Tomcat</display_name>
    <!-- Display name for tomcast service -->
        <host>127.0.0.1</host>
    <!-- host name for oracle service  -->
      </tomcat>
    </Manager>
    <frontend>
      <servicepower>
        <service>servicepower</service>
    <!-- servicepower service name -->
        <display_name>ServiceOptimizer</display_name>
    <!-- display name for SP service -->
        <host>127.0.0.1</host>
    <!-- host name for sp service -->
      </servicepower>
    </frontend>
 </services>