0% found this document useful (0 votes)
256 views17 pages

Setup Debug in Design Studio For Temenos T24 Testing 1710489068

The document provides instructions for setting up debugging in TAFJ. It describes adding security settings to allow a debugging role access, setting the security enabled flag to false, copying libraries needed for debugging, and configuring the application and queues to support debugging.

Uploaded by

Suraj JP
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
256 views17 pages

Setup Debug in Design Studio For Temenos T24 Testing 1710489068

The document provides instructions for setting up debugging in TAFJ. It describes adding security settings to allow a debugging role access, setting the security enabled flag to false, copying libraries needed for debugging, and configuring the application and queues to support debugging.

Uploaded by

Suraj JP
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

D:\R19.DS\TAFJ.DS.R19\appserver\basic\TAFJ.

BP
8. Setup for DEBUG
D:\JBOSS_R19_FOR_DS\As\JBoss\jboss-eap-7.2.0\standalone\configuration

DEBUG.xml

----
please do as below:

<security-setting name="#">
<role name="guest" send="true" consume="true" create-non-durable-queue="true" delete-
non-durable-queue="true"/>
</security-setting>

can u try to add the security setting for your role


also
<subsystem xmlns="urn:jboss:domain:messaging-activemq:2.0">
<server name="default" persistence-enabled="false">
<security enabled="false"/>

set security enabled as false

DEBUG.xml
Now make a copy of BrowserWeb.war as DEBUGBrowserWeb.war
D:\JBOSS_R19_FOR_DS\As\JBoss\jboss-eap-7.2.0\standalone\deployments

DebugBrowserWeb.war

Remove queue JNDI names of BrowserWeb.war i.e. t24BrowserQueue and t24BrowserReplyQueue and add queue
JNDI names of DEBUGBrowserWeb.war i.e. t24DEBUGQueue and t24DEBUGReplyQueue in WEB-INF\jboss-
web.xml file.

jbossweb.xml
weblogic.xml
Now Copy <JBOSS_HOME>/bin/client/jboss-client.jar to <TAFJ_HOME>/ext folder
ABLE TO LOGIN WITH “BrowserWeb”
8.1 Create an application user for Debug
Edit BROWSER.LISTEN to reference the new queues used by DEBUGBrowserWeb.

Also, add queue connection configuration in BROWSER.LISTEN

make sure in browser.listen

ofs source=BROWSERTC

by default its GCS in there

In doc they didnt mentioned this change


Pass the application user credentials to the JMSGETSESSION method in BROWSER.LISTEN
find the file browserParamaters.xml file under ur DebugBrowser.war
you are debugging. Use the F5, F6, F7 and F8 key to step through code.

I) F5 - Executes the currently selected line and goes to the next line in your program. If the selected line is a
method call, the

debugger steps into the called code

II)F6 - F6 steps over the call, i.e. it executes the method call without stepping into the method code in the
debugger.

III) F7 - F7 steps out to the caller of the currently executed method. This finishes the execution of the current
method and

returns to the caller of this method.

IV) F8 - F8 resumes the execution of the program code until it reaches the next breakpoint. If there are no
breakpoints, it
Routine Deploy Check:

E:\Temenos\TAFJ\bin>tshow -cf DEBUG.2020.properties FT.CHQ.2021

You might also like