Show Table of Contents
9.2. Installing the Intelligent Process Server in Other Containers
9.2.1. JBoss Web Server 2.x/3.x, Tomcat 7.x/8.x
Use the following procedure to install the Intelligent Process Server in a Tomcat container.
Procedure 9.1.
- Download and unzip the Tomcat distribution.
- Download
kie-server-6.3.0.Final-webc.warand place it intoTOMCAT_HOME/webapps. - Configure user(s) and role(s). Make sure that
TOMCAT_HOME/conf/tomcat-users.xmlcontains the following username and role definition. The username and password should be unique, however ensure that the user has the rolekie-server:<role rolename="kie-server"/> <user username="serveruser" password="my.s3cr3t.pass" roles="kie-server"/>
- Start the server by running
TOMCAT_HOME/bin/startup.[sh|bat]. You can check out the Tomcat logs inTOMCAT_HOME/logsto see if the application deployed successfully. See Section 9.3.1, “Bootstrap Switches” for the bootstrap switches that can be used to properly configure the instance. For instance:$ ./startup.sh -Dorg.kie.server.id=first-kie-server -Dorg.kie.server.location=http://localhost:8080/kie-server/services/rest/server - Verify the server is running. Access
http://SERVER:PORT/kie-server/services/rest/server/and type the specified username and password. You should see simple XML message with basic information about the server.
Important
You can not leverage the JMS interface when running on Tomcat, or any other Web container. The Web container version of the WAR contains only the REST interface.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.