Skip to main content

Posts

Showing posts with the label OAS

Complete installation of Ilog Jrules on Oracle application server 10.1.3.3.0

With Ilog Jrules default distribution, Jboss application sever is default. But customers might choose any application server to use Jrules. In these circumstances, customers should deploy all the necessary components manually. The task is not so straight forward because Jrules consists of a few independent web components. In the following i will describe briefly how to install Ilog Jrules in OAS 10.1.3.3. Jrules consists of following three main web components: 1) RES 2) TEAM SERVER 3) SCENARIO MANAGER We follow step by step to install and deploy all the components in the OAS. 1) Install RES: 1.1) First we should create data base user and schema in Oracle DB for component Res. 1.2) Run the script in sqlplus or any other oracle sql client to create new data base objects from the following place <ILOG_HOME>\JRules672\executionserver\databases\oracle\schema_oracle.sql 1.3)Create a new oc4j instance in the OAS named Ilog_bres 1.4)Create new connection pool and data sourc...