Step 3: Deploying the Decision Center archives

You copy the Decision Center archives to the web application deployment directory of Tomcat.

About this task

Deploying the archives sets the persistence locale. After you save a rule to the database, you must not change the persistence locale. If you want to install Decision Center in a language other than English, see Setting the persistence locale.

Procedure

Copy the following archives from <InstallDir>/teamserver/applicationservers/tomcat8 to <CATALINA_HOME>/webapps:

  1. teamserver.war
    - The Enterprise console.
  2. decisioncenter.war.
    - The Business console.
  3. decisioncenter-api.war.
    - The REST API tool.
  4. decisionmodel.war.
    - The decision modeling feature, visible in the Business console. See Decision modeling configuration for some additional considerations.
    Note: If you deactivate the jar scanner, add tomcat.util.scan.StandardJarScanFilter.jars=teamserver-restapi-*.jar to <CATALINA_HOME>/conf/catalina.properties

What to do next

To verify the deployment of Decision Center, start your Tomcat server and then enter the URLs of the three applications in a web browser:
  • Enterprise console - http://localhost:8080/teamserver.
  • Business console - http://localhost:8080/decisioncenter.
  • REST API tool - http://localhost:8080/decisioncenter-api.
You can change the connector port in server.xml.

You can now complete the Decision Center configuration in the next step.