0% found this document useful (1 vote)
136 views2 pages

Lab 04 - JBoss AS 7 With T24 - TAFJ

This document provides instructions for setting up JBoss AS 7 with T24 and TAFJ libraries. It involves downloading and extracting JBoss AS 7, editing the standalone.conf.bat file to set the Java home and JVM options, creating a folder structure under the modules directory for T24, TAFJ and Oracle libraries, adding the libraries to those folders, creating a module.xml file, and creating a standalone-full.xml file.

Uploaded by

SamiTekelehana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
136 views2 pages

Lab 04 - JBoss AS 7 With T24 - TAFJ

This document provides instructions for setting up JBoss AS 7 with T24 and TAFJ libraries. It involves downloading and extracting JBoss AS 7, editing the standalone.conf.bat file to set the Java home and JVM options, creating a folder structure under the modules directory for T24, TAFJ and Oracle libraries, adding the libraries to those folders, creating a module.xml file, and creating a standalone-full.xml file.

Uploaded by

SamiTekelehana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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