Platform Framework
R24 AMR | Min(s) read

TAFJEE Servlet Components

This section provides the overview of all the available TAFJ servlets and their functionalities.

This is a web module which contains following servlets:

Component

Functionality

ExecuteServlet

Sends message to the EXEC JMS Queue, for example start a COB with START.TSM.

tDiagServlet

Gets information about the installation.

tShowServlet

Gets information about a Temenos Transact routine if present in the classpath

LoggerServlet

Changes the log level dynamically and accesses log files.

ComoServlet

Accesses como content with some filtering capabilities.

DBToolsServlet

Executes DBTools command through the application server data sources.

tRun

Executes program in the background.

Sessions management

Manages logoff sessions.

This component contains documentation about the interaction capabilities from external applications and standalone customer with TAFJEE, and a technical monitor.

TAFJEE is configured in WEB-INF\web.xml with the following properties under the xml path web-app.

Xml path

Example value

Comment

servlet-mapping\url-pattern

/Execute

Indicates the mapping url for the ExecuteServlet

servlet-mapping\url-pattern

/tShow

Indicates the mapping url for tShowServlet

servlet-mapping\url-pattern

/tDiag

Indicates the mapping url for tDiagServlet

servlet-mapping\url-pattern

/logger

Indicates the mapping url for LoggerServlet

servlet-mapping\url-pattern

/como

Indicates the mapping url for ComoServlet

servlet-mapping\url-pattern

/DBTools

Indicates the mapping url for DBToolsServlet

servlet-mapping\url-pattern

/xhtml/trun/dashboard.xhtml

Indicates the mapping url for tRun servlet

servlet-mapping\url-pattern

/xhtml/management/dashboard.xhtml

Indicates the mapping url for Management servlet

resource-ref\ res-ref-name

jms/TAFJQueueConnectionFactory

Configures the JMS Connection factory used by ExecuteServlet

resource-ref\ res-ref-name

jms/T24EXECQueue

Configures the JMS EXEC Queue used by ExecuteServlet

resource-ref\ res-ref-name

jdbc/t24DataSource

Configures the data source for monitoring purpose

resource-ref\ res-ref-name

jdbc/t24LockingDataSource

Configures the Temenos Transact locking data source for monitoring purpose

The functionalities of the various servlets are as follows:

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:10:16 PM IST