You are on page 1of 2

Lab 03 – JBoss AS 7 with T24 – TAFJ

1. Download JBoss AS 7 from http://jbossas.jboss.org/downloads

2. Extract JBoss AS .zip file in to a directory where you will set it as JBOSS_HOME for
your environment variable
3. Edit %JBOSS_HOME%/bin/ standalone.conf.bat file
a. set "JAVA=C:\Java\jdk1.7.0_79\bin\java"
b. set "JAVA_OPTS=%JAVA_OPTS% -DARC_CONFIG_PATH=%JBOSS_HOME
%\BrowserSecurity\sso.config -DARC_CONFIG_APP_NAME=SPNEGO
-Dtafj.home=C:\decsi\TAFJ -Djboss.socket.binding.port-offset=1009
-Dfile.encoding=UTF-8"
4. Create the following folder structure for Module deployment
%JBOSS_HOME%\modules\com\temenos\t24\main\t24lib
%JBOSS_HOME%\modules\com\temenos\tafj\main\t24lib
%JBOSS_HOME%\modules\com\oracle\ora12c\main
5. Copy t24, tafj and oracle libraries in to each directory
6. Create module.xml file
7. Create standalone-full.xml
8.

You might also like