TAFJJEE Application
The TAFJJEE_EAR.ear file sets MDB (TAFJJEE_MDB.jar) and EJB (TAFJJEE_EJB.jar) to read message from JMS Queues, call Temenos Transact and publish response in reply queues. It also contains a WAR file to deploy helper servlet.
http://localhost:8080/TAFJEE
For more information, see the TAFJ-AS TAFJ documentation.
tDiag Servlet
TAFJJEE_WAR_TAFJ contains a servlet, which can be used to get details about TAFJ installation.
http://localhost:8080/TAFJEE/tDiag
tShow Servlet
TAFJJEE_WAR_TAFJ contains a servlet, which can be used to get compilation details about a specific routine.
http://localhost:8080/TAFJEE/tShow
Below example extracts details about JF.INITIALISE.CONNECTION.


Execute Servlet
TAFJJEE_WAR_TAFJ contains a servlet, which can be used to post message to the t24ExeqQueue JMS queue.
http://localhost:8080/TAFJEE/Execute
For example, if you want to post START.TSM, then type START.TSM and click Submit.
temn.tafj.runtime.phantom.as.process = false
Other TAFJEE Functions
TAFJEE application offers many other functionalities like monitoring, changing log level, como viewer, etc. Please refer to TAFJ AS documentation for detailed information.
TemnKafka Resource Adapter deployment
To deploy TemnKafka resource adapter,
- Browse weblogic console and click on Deployments.
- Click Install.
- Select the TemnKafka.rar file available at <TAFJ_HOME>/appserver.
- Navigate to Weblogic console > Deployment > TemnKafka.rar > Overview > Deployment Order.
- Change the value of deployment order to 99 (100 is the default) and click Save.
- Configure bootstrapServersConfig in TAFJEE_EAR.ear/TAFJEE_MDB/META-INF/weblogic-ejb-jar.xml with the Kafka server URL and port, if required. This configuration is not required if Kafka is not used.
<activation-config-property> <activation-config-property-name>bootstrapServersConfig</activation-config-property-name> <activation-config-property-value>localhost:9092</activation-config-property-value> </activation-config-property>
In this topic