T3TAFJ2-Workshop-Install A TAFJ Standalone-R16
T3TAFJ2-Workshop-Install A TAFJ Standalone-R16
3
T3TAFJ-Workshop-R15
The description given below will help you understand the TAFJ workshop folder
structure
Training SW – all the required softwares for doing the workshops are available here as
zip files which needs to be extracted in the appropriate placeholders
3rdParty – All 3rd party softwares go here – AS Jboss, database H2, java JDK
T24 – All T24 related files – H2 T24 database ‘data.h2.db’ which stores T24 data,
locally developed source code and the t24 libraries
TAFJ – Your TAFJ_HOME. When you run setup, specify this folder path as your
install directory
Scripts – some batch files for setting the paths.
T3TAFJ-Workshop-R15
1. Ensure that the default install directory path is overridden with
TAFJWorkshop\TAFJ path. Doing so will extract TAFJ runtime files in that path
and automatically set tafj.home to TAFJWorkshop\TAFJ, which is desired. If you
extract it to any other location, manually change the properties.
2. The H2 database version that we are using is h2_1.3.161. Hence copy this driver.
T3TAFJ-Workshop-R15
Note:
You can see the below text for setting the URL for H2 in your properties file in the
database properties section. We started our H2 database in localhost at the port
9007. Read the H2_64 script file in scripts folder. The database instance name is
DATA in the location TAFJWorkshop/T24/data. The user id = t24 and password = t24
# ex. H2: jdbc:h2:tcp://<host_or_ip>/<db_name>
1. temn.tafj.jdbc.url = jdbc:h2:tcp://127.0.0.1:9007/DATA
T3TAFJ-Workshop-R15
Note:
1. Run tDiag. T24DEV should be set as the default project instead of tafj.
2. Lib, ext, conf etc contain runtime related files which are necessary for TAFJ
runtime to function.
3. Appserver, dbdrivers, eclipse are folders which contain specific files as discussed
in the session. However these files are not directly needed for TAFJ runtime. For
eg eclipse folder stores the eclipse plugins to be used in Design Studio to work in
the TAFJ perspective, dbdrivers contains the drivers for the various databases,
Appserver contains configuration files for the various application servers. These
files are useful when deploying T24 on a specific AS.
T3TAFJ-Workshop-R15
After completing this learning unit, you will be able to