TAFJ Application Deployment
This section shows the TAFJ servlets that helps you to deploy TAFJ applications.
For TAFJ application deployment, you need to copy the %TAFJ_HOME%\appserver\jboss\jboss7eap\TAFJJEE_EAR.ear file and paste it in %JBOSS_HOME%\standalone\deployments.
The TAFJJEE_EAR.ear file sets MDB (TAFJJEE_MDB.jar) and EJB (TAFJJEE_EJB.jar) to read messages from JMS Queues, call Temenos Transact and publish response in reply queues. It also contains a WAR file to deploy helper servlet.
For more details, see the TAFJ-AS TAFJ documentation.
tDiag Servlet
TAFJJEE_WAR_TAFJ contains a servlet which can be used to get details about TAFJ installation.
tShow Servlet
TAFJJEE_WAR_TAFJ contains a servlet which can be used to get compilation details about a specific routine.
Use JF.INITIALISE.CONNECTION to get the details.
Execute Servlet
TAFJJEE_WAR_TAFJ contains a servlet which can be used to post message to the JMS queue t24ExeqQueue.
To post START.TSM, submit START.TSM in the form.
temn.tafj.runtime.phantom.as.process = false
Other TAFJEE Functions
TAFJEE application offers many other functions like monitoring, changing log level, como viewer, etc. For more information, see TAFJ AS documentation.
In this topic