Prerequisites
Before you start configuring JBoss with TAFJ and Temenos Transact, you need to meet the software requirements.
- TAFJ needs to be installed in a folder. This is referred as TAFJ_HOME in the user guide.
- Temenos Transact precompiled JAR files need to be in a folder. This is referred as T24_HOME in the user guide.
Before configuring JBoss with TAFJ or Temenos Transact, check if your standalone installation is working.
To run the full J2EE profile, you will need to use at least a standalone-full profile. If you define your own profile, then you need to run the script below.
--server-config argument your_profile_name
This profile refers to a configuration file, which is located under JBOSS_HOME/standalone/configuration.
If you define your own profile, then you will have to copy and rename the standalone-full.xml file.
set PATH=%PATH%;%JBOSS_HOME%\bin; cd %JBOSS_HOME%/bin CALL standalone.bat --server-config=standalone-full.xml -b 0.0.0.0
In this topic