Tools

There are several configuration tools in the installation \bin directory. Tool scripts are available for Windows (.bat) and Unix (.sh):

  • encryptPasswords encrypts the passwords in the configuration file. All properties ending with .password must be configured with this tool. Use -global or <instance key> as a parameter.

    • global

      Encrypt a password in the global properties file (ovictex.properties). For example:

      encryptPasswords.bat -global

    • <instance key>

      Encrypt a password in the configuration file of a specific instance. For example:

      encryptPasswords.bat exthd

  • setup is the setup script for Tomcat start/stop. For Tomcat:

    • Start: Setup startup
    • Shutdown: Setup shutdown
    • Start with debug mode: Setup debug startup
  • checker checks the configuration in ovictex.properties and Service Manager configuration (see Verifying configuration for more information) .