Configuring the Expere Service to use the Expere Database

  1. Navigate to the folder where Expere Services is installed (Default install location is: C:\Program Files\WKFS\DocGenServices\Expere\wildfly-10.0.0.Final\standalone\configuration).
  2. Open the standalone.xml file using Notepad or any other text editor.
  3. Locate the following xpaths and modify the <connection-url> element value as follows:
    • Locate xpath: server/profile/subsystem/datasources/datasource[jndi-name="java:/jdbc/ExpereDoc"]/connection-url.

      Modify the <connection-url> element value to represent the Expere Database Server and Name (Format: fully qualified server name: port number; Expere Database Name).

      Example of configuration change:
      url>jdbc:jtds:sqlserver://example.domain.com:1433;DatabaseName=ExpereDB</connection-url>
    • Locate xpath: server/interfaces/interface[name="public"]/inet-address[@value].

      Modify the <inet-address> element’s “value” attribute to represent the full qualified server name of the expere endpoint.

      Example of configuration change:
      $(jboss.bind.address:example.domain.com)
  4. Restart the Wildfly service.