Chapter 4. Downloading and extracting Decision Server
You must download and extract Decision Server prior to installing it on IBM WebSphere.
4.1. Downloading Decision Server
Download the deployable Decision Server package file for IBM WebSphere from the Red Hat Customer Portal.
- Log in to the Red Hat Customer Portal.
- Click DOWNLOADS at the top of the page.
- On the Product Downloads page that opens, navigate to the JBOSS INTEGRATION AND AUTOMATION section, and click Red Hat Decision Manager.
- On the Software Downloads page, if necessary select Decision Manager from the Product menuand 7.0 from the Version menu.
Download the following product distributions:
-
Red Hat Decision Manager Decision Server for All Supported EE7 Containers (
rhdm-7.0.0.GA-kie-server-ee7.zip
) -
Red Hat Decision Manager 7.0.0 Add Ons (
rhdm-7.0.0.GA-add-ons.zip
)
-
Red Hat Decision Manager Decision Server for All Supported EE7 Containers (
-
Extract these files to a temporary directory. For example,
TEMP_DIR
.
4.2. Extracting Decision Server
The downloaded installation ZIP file for Decision Server (rhdm-7.0.0.GA-kie-server-ee7.zip
) contains the Red Hat Decision Manager WAR deployable archive (kie-server.war
).
From the terminal, extract the downloaded ZIP file to gain access the deployable WAR files:
unzip rhdm-7.0.0.GA-kie-server-ee7.zip -d TEMP_DIR
unzip rhdm-7.0.0.GA-kie-server-ee7.zip -d TEMP_DIR
Navigate to the TEMP_DIR
> kie-server.war
folder and run the following command:
zip -r kie-server.war ./*
zip -r kie-server.war ./*