Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

5/16/2019 Check and configure the start-up of UXP Browser

You are here: Enterprise Frameworks > UXP Browser > UXP Browser Setup and User guide > Check and configure the start-up of UXP
Browser

https://tcsp.temenos.com/R19CD/R19CD.htm#../Subsystems/R19TechUG/Content/UXPBrowser/R19/UBrowserSetupandConfig/Check and configure t… 1/4


5/16/2019 Check and configure the start-up of UXP Browser

Check and configure the start-up of UXP Browser

In the previous sec ons, we have checked the presence of mandatory files and placed them in the correct places. We now go ahead and configure the system so that
Browser.war and Iris.war know where to find the files.

Webserver start-up op ons


At run me, UXP Browser war file serves up the screens, which are defined in the generated folder. The loca on of this folder is configured in the webserver start-up script.
For example in jboss, this will be defined like this

CALL %JBOSS_HOME%\bin\standalone.bat %STARTUP_OPTS%

The webserver start-up script should have some of these lines already defined, add the ones that are missing.

SET UXP_HOME variable is typically where the Temenos folder resides e.g D:\Temenos

SET GENERATED=%UTP_HOME%\BRP\generated

SET MANUAL=%UTP_HOME%\BRP\manual

SET STARTUP_OPTS=

--server-config=standalone-utp.xml

-Djboss.http.port=9089

-Djboss.node.name=node1 -b 0.0.0.0

-Djboss.as.management.blocking.timeout=1200

-Djboss.server.log.dir=%LOG_HOME%

-DedgeSystemPropertyUpdaters=com.temenos.connect.system.BRPProductionProperties

-Dauthfilter.options.browserSessionUidCheckEnabled=N

-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true

-Dorg.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true

-Djava.awt.headless=true

-Dcom.temenos.interaction.config.dir=%GENERATED%\iris

-Diris.cache.index.file=%UXP_HOME%\workspace\BRP-models-gen\lastChange

A detailed explana on of each op on is available in the appendix below. With examples of produc on se ngs, test se ngs and development se ngs. For ge ng going,
only the mandatory se ngs highlighted are needed.

The example given above is typical of the op ons set and used for development tes ng and screen development. It is not recommended for produc on use.

DS ini file configura on


Design Studio is used to maintain the models, crea ng new ones and edi ng exis ng ones. Once a model has been prepared, it will need to be generated (the genera on
phase) one or more models.

At design me, the following op ons are required by Design Studio. They are similar to those required by the webserver start-up. They are used to configure the loca on
of the generated folder. In further examples below we will generate one or more models and observe them appearing in the relevant loca ons.

Open up the DesignStudioT24.ini file with a text editor, check the file has these op ons. If not, add them at the end of the file. This file is normally found here
D:\Temenos\DS

-Degen.options.forceGeneration=Y

https://tcsp.temenos.com/R19CD/R19CD.htm#../Subsystems/R19TechUG/Content/UXPBrowser/R19/UBrowserSetupandConfig/Check and configure t… 2/4


5/16/2019 Check and configure the start-up of UXP Browser

-Degen.options.componentOutputLocation=../BRP/generated/edge/DynamicComponents

-Dds.t24.gen.edge.datadir=../BRP/generated/edge/data

-Dds.t24.gen.iris.outdir=../BRP/generated/iris

-Dds.t24.AvailableTranslationLanguagesEsonFilepath=workspace/BRP-
models/Core/Components/EB_ModelBank/Public/AvailableTranslationLanguages.eson

We will test genera on and some basic edi ng of models later in the document. This configura on is not needed to test run me.

Test the default supplied artefacts


The configura ons are now compete enough to start up the system and see UXPB in ac on.

The Browser url would be something like this h p://10.42.4.39:9089/Browser

The ip address can also be localhost if the browser is running on the webserver.

Start the web server, login and test a few enquiries or version to see that the system is func oning correctly.

The supplied generated zip file will contain the necessary generated artefacts but is unlicensed and will not work on a live produc on system.

On the command line type enq customer.scv

https://tcsp.temenos.com/R19CD/R19CD.htm#../Subsystems/R19TechUG/Content/UXPBrowser/R19/UBrowserSetupandConfig/Check and configure t… 3/4


5/16/2019 Check and configure the start-up of UXP Browser

Published on: 06/05/2019

https://tcsp.temenos.com/R19CD/R19CD.htm#../Subsystems/R19TechUG/Content/UXPBrowser/R19/UBrowserSetupandConfig/Check and configure t… 4/4

You might also like