3 - Installation

AXT Logo

Server Installation

Pre-Reqs

Required Components:

  • Database (MySql or PostgreSql)
  • JBoss Application Server 5
  • JBoss Drools5
  • JBoss Drools Guvnor

Database Setup

Supported Databases:

  • MySQL (Default)
  • PostgreSQL

Start the database and create the database "axt".

Load the axt.<database_platform> file.


JBoss Application Server Setup

Download and Install JBoss5

Add the database jdbc driver to the jboss "server/default/lib" directory.

Update hibernate properties to match the database values.

Install JBoss Drools

Install JBoss Drools Guvnor


AXT Setup

AXT Server

  • Copy the axt.ear file to the JBoss "server/default/deploy" directory.

Socket Bridge

  • Run the axt-install-socketBridge.sh script as user root.

Client

  • Run the axt-install-client.sh script as user root.
  • This will install the client to the default install location (override with -D), start the client and run a test axt-ping.

JBoss Guvnor Rules

  • Import the axt-drules.xml file to JBoss Drools Guvnor through the Administration->Import page.