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.
In this topic