Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space SCHUD and version 9.3

Although the properties file is usually set up during installation, it may need editing during the life of the system.

Any changes to it will require a restart of the Tomcat service to take effect.

The property (properties.xml) file can be found in the <installation_directory>\webapps\ServiceSWAT\conf\ directory of the SWAT ServiceSWAT installation.

The property file is in XML format and is split into several sections.

Code Block
<swat>
  <!-- Database connection section -->
  <database/>
  <!-- Paths section - defines paths for various entities -->
  <paths/>
  <!-- Services section - defines configuration information for ServiceManager and ServiceOptimizer services -->
  <services/>
  <!-- SOAP section - defines options to be used when communicating with SERVICE OptimizerServiceOptimizer SOAP Interface -->
  <soap/>
  <!-- Misc section - defines variables to be used with various ServicePower applications-->
  <misc><misc/>
</swat>

 

...