You are on page 1of 8

How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))

How to configure browser for R13 using TOCF(EE) in jboss


Explore product details, discuss issues, find the latest news, and
contribute to best practices.

How to (/s/how-to)  >  How to configure browser for R13 using TOCF(EE) in jboss

   Rate    Like    Bookmark

(/s/profile/0056A000000izetQAA) How to configure browser for R13 using TOCF(EE) in jboss


Vinay Jain - Admin (/s/profile/0056A000000izetQAA)  •  Apr 27, 2021  •  Technology > Core-Tech > Temenos Connectors (TC)

      35

How to configure browser for R13 using TOCF(EE) in jboss

Introduction
The purpose of this document is to give an overview the procedure used to deploy multiple T24 Browsers for multiple T24 environments using JBoss

Server Connection Method Configuration in Browser


Change the server connection method as JMS in the browserParameters.xml which present in the (…\jboss-4.2.3.GA\server
\default\deploy\BrowserWeb) directory as shown below
<browserParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

1 of 8 2/10/2023, 7:43 PM
How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

<messageData>
((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))
<parameter>

<parameterName>Product</parameterName>

<parameterValue>BROWSER</parameterValue>

<!-- Options: BROWSER / ARC-IB -->

</parameter>

<parameter>

<parameterName>Server Connection Method</parameterName>

<parameterValue>JMS</parameterValue>

<!-- Options: INSTANCE / AGENT / JMS -->

</parameter>

<parameter>

<parameterName>JMSConnectionTimeout</parameterName>

<parameterValue>60</parameterValue> <!-- Number of seconds. -->

</parameter>

Deployment of Components in Jboss


The above-mentioned components need to be deployed in Jboss to connect to T24 via Browser. Kindly make ensure that the following files are present under the
path (…\jboss-4.2.3.GA\server\default\deploy).
1.         tocfT24ra-ra.rar (which will be present in TOCF(EE)-R13.0.0.X)
2.         t24-ds.xml                              
3.         t24-destinations-service.xml     
4.         tocfOFSmessage-ejb.jar (present in the tocfee.ear(which will be present in TOCF(EE)-R13.0.0.X))
6.         BrowserWeb.war (deployed as folder)
The components will get deployed once the JBoss is started.

Configuration of the Files


SStte
epp:: 11:: Create t24ConnectionFactory in the tt2244--d
dss..xxm
mll for connecting the T24 environment.

Deployment of Components:
SStte
epp:: 22::  Create t24OFSQueue and t24OFSReplyQueue  corresponding to the connection factory created in the tt2244--d
deessttiin
naattiio
onnss--sse
errvviicce
e..xxm
mll

2 of 8 2/10/2023, 7:43 PM
How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

<mbean code="org.jboss.mq.server.jmx.Queue"
((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))
name="jboss.mq.destination:service=Queue,name=t24OFSQueueR13">

<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>

</mbean>

<mbean code="org.jboss.mq.server.jmx.Queue"

name="jboss.mq.destination:service=Queue,name=t24OFSReplyQueueR13">

<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>

</mbean>

SStte
epp:: 33::
In eejjb
b--jjaarr..xxm
mll present under the tocfOFSmessage-ejb.jar (…\jboss 4.2.3.GA\server\default\deploy\ tocfee.ear\tocfOFSmessage-ejb.jar\META-INF\)

3 of 8 2/10/2023, 7:43 PM
How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

<?xml version="1.0" encoding="UTF-8"?>


((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))
<ejb-jar version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/x
ml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">

<display-name>OFSMessage</display-name>

<enterprise-beans>

<message-driven id="MessageDriven_OfsMessageMDBR13">

<display-name>OFSMessage Bean</display-name>

<ejb-name>OFSMessageMDBR13</ejb-name>

<ejb-class>com.temenos.ofsmessage.mdb.OFSMessageMDB</ejb-class>

<messaging-type>javax.jms.MessageListener</messaging-type>

<transaction-type>Container</transaction-type>

<message-destination-type>javax.jms.Queue</message-destination-type>

<activation-config>

<activation-config-property>

<activation-config-property-name>acknowledgeMode</activation-config-property-name>

<activation-config-property-value>Auto-acknowledge</activation-config-property-value>

</activation-config-property>

</activation-config>

<resource-ref id="ResourceRef_jmsQueueConnectionFactory">

<res-ref-name>jms/jmsConnectionFactory</res-ref-name>

<res-type>javax.jms.QueueConnectionFactory</res-type>

<res-auth>Container</res-auth>

</resource-ref>

<resource-ref id="ResourceRef_t24ConnectionFactory">

<description>T24</description>

4 of 8 2/10/2023, 7:43 PM
How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

<res-ref-name>jca/t24ConnectionFactory</res-ref-name>

((//ss//)) C
Coom
mmmu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))
<res-type>com.jbase.jremote.JConnectionFactory</res-type>

<res-auth>Container</res-auth>

</resource-ref>

<resource-ref id="ResourceRef_t24OFSReplyQueue">

<description>OFS reply queue</description>

<res-ref-name>queue/t24OFSReplyQueue</res-ref-name>

<res-type>javax.jms.Queue</res-type>

<res-auth>Container</res-auth>

</resource-ref>

</message-driven>

SStteep p:: 44:: Edit jjb


boossss..xxm
mll in tocfOFSmessage-ejb.jar\META-INF\ and specify which queue must consume from and the queue it should place response for
the OFSMessageMDBR13 as shown below
<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
<jboss>
    <enterprise-beans>
        <message-driven>
            <ejb-name>O OFFSSMMe essssa ag ge eM
MDDBBRR1133</ejb-name>
            <destination-jndi-name>q quue
euue e//tt2244O
OFFSSQQuueeu ueeRR1133</destination-jndi-name>
            <resource-ref>
                <res-ref-name>jms/jmsConnectionFactory</res-ref-name>
                <jndi-name>java:/ConnectionFactory</jndi-name>
            </resource-ref>
            <resource-ref>
                <res-ref-name>queue/t24OFSReplyQueue</res-ref-name>
                <jndi-name>q quue eu
ue e//tt2244O
OFFSSRReeppllyyQQu ueeuue
eRR1133</jndi-name>
            </resource-ref>
            <resource-ref>
                <res-ref-name>jca/t24ConnectionFactory</res-ref-name>
                <jndi-name>jja avvaa::jjcca
a//tt2244C
Co onnnne eccttiio
onnFFa
accttoorryyRR1133</jndi-name>
            </resource-ref>
        </message-driven>
    </enterprise-beans>
</jboss>

5 of 8 2/10/2023, 7:43 PM
How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

SStte
ep p:: 55::
aa))     Edit the jboss-web.xml file present
((//ss//)under
) the (…\jboss-4.2.3.GA\server\default\deploy
CCo
ommmmuun
niittyy LLe
eaarrn
n PPrro
od ucctts\BrowserWeb.war\WEB-INF) as
du s TTrra
aiin
niin
ngg D
Doow
wnshown
nllo
oa dssbelow to connect
ad SSu
uggg
geessttto
((//sthe
s//iidTest
deea
attiio
onn))
environment
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
    <resource-ref>
        <res-ref-name>jca/t24ConnectionFactory</res-ref-name>
        <res-type>com.jbase.jremote.JConnectionFactory</res-type>
avva
        <jndi-name>jja a::jjcca
a//tt2244C
Coon
nnne
eccttiio
onnFFa
acctto
orryyRR1133</jndi-name>
    </resource-ref>
    <resource-ref>
        <res-ref-name>jms/jmsConnectionFactory</res-ref-name>
        <res-type>javax.jms.ConnectionFactory</res-type>
        <jndi-name>java:/ConnectionFactory</jndi-name>
    </resource-ref>
    <resource-ref>
        <res-ref-name>queue/t24OFSQueue</res-ref-name>
        <res-type>javax.jms.Queue</res-type>
        <jndi-name>qquue
euue
e//tt2244O
OFFSSQQuue
eu ueeRR1133</jndi-name>
    </resource-ref>
    <resource-ref>
        <res-ref-name>queue/t24OFSReplyQueue</res-ref-name>
        <res-type>javax.jms.Queue</res-type>
        <jndi-name>qquue
euue
e//tt2244O
OFFSSRRe
eppllyyQ
Quue euueeRR1133</jndi-name>
    </resource-ref>
</jboss-web>

Establishing connection to R13 T24 environment via Browser


Starting of jbase_agent:
Start the corresponding agent
a)     To connect to the R13 environment using T24 Browser, we need to start jbase_agent with the port number (9595) as specified in t24-ds.xml.
jsh r13 ~ -->jbase_agent -p 9595

Starting of JBoss
JBoss can be started by executing the run.bat file present in (..\jboss-4.2.3.GA\bin) directory or by using the start command shown below,
C
C::\\ jjb
boossss--44..22..33..G
GAA\\b
biin
n>>rru
unn..b
baatt    --b
b 00..00..00..00

Logging on to T24 Browser


N
Nootte
e:: The default 'Connector port' is '8080' which is defined in server.xml file (….\jboss-4.2.3.GA\server\default\deploy\jboss-web.deployer). This default port can be
change to '9090' in the server.xml file as given below
<Connector port="99009900" address="${jboss.bind.address}" . . .  . .  . 
To login to the corresponding environment use the URL as shown below
a)     To login to the R13 environment use the Browser link as follows

6 of 8 2/10/2023, 7:43 PM
How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

hhttttp
p::////<<iip
paad dd drre essss__o off__wweebbsseerrvve
err>>::99009900//BBrro ow
wsseerrW
We ebb//sse errvvlle
ett//BBrroow
wsseerrSSe
errvvlle
ett
((h
httttp
p::////112277..00..00..11::99009900//BBrro
owwsseerrW
We ebb/ /s
((/ se
/ser
s//)rv
)vlle
ett//BBr
ro
C
Coow
ws
om
mmseerrS
mu Se
unerrv
niit
tyvlle
y ett)) LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))
Hence, the R13 T24 environment can be connected using JBoss.

0 Comments

PPo
osstt Q
Quue
essttiio
onn

Share an update... Share

Sort by:

Most Recent Activity Search this feed...

Collaborate here!
Here's where you start talking with your colleagues about this.

7 of 8 2/10/2023, 7:43 PM
How to configure browser for R13 using TOCF(EE) in jboss https://basecamp.temenos.com/s/article-detail/a042K00001KInRQQA1/how-to-configure-bro...

((//ss//)) C
Coom
mm mu
unniittyy LLe
eaarrn
n PPrro
oddu
uccttss TTrra
aiin
niin
ngg D
Doow
wnnllo
oaad
dss SSu
uggg
geesstt ((//ss//iid
deea
attiio
onn))
Supplier Information Terms of use Base Camp FAQ
ww.temenos.com (https://www.temenos.com (https://www.temenos.com (https://basecamp.temenos.com Follow US
/information-for- /legal-information /s/article-detail
suppliers/) /website-terms-and- /a046A000001lZe4QAE/temenos- (https://www.linkedin.com (https://www.linkedin.com
conditions/) base-camp-faq) /company/temenos) /company/temenos/)

8 of 8 2/10/2023, 7:43 PM

You might also like