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

T24 Java Deployment in Websphere Liberty Profile V 1 9 .XX

Uploaded by

Nghiêm Tuấn
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)
55 views17 pages

T24 Java Deployment in Websphere Liberty Profile V 1 9 .XX

Uploaded by

Nghiêm Tuấn
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

T 2 4 Jav a d e pl oy m e n t in

We b S p h e r e Li b e r t y P r ofil e
v 1 9 .xx
R22
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Amendment History:

Revisio
Date Amended Name Description
n
1 16st March 2022 TAFJ team Initial version

Page 2
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Copyri g h t
Copyright © Temenos Headquarters SA 2009-2021
All rights reserved.
This document contains proprietary information that is protected by copyright. No part of this document may
be reproduced, transmitted, or made available directly or indirectly to a third party without the express
written agreement of TEMENOS UK Limited. Receipt of this material directly TEMENOS UK Limited
constitutes its express permission to copy. Permission to use or copy this document expressly excludes
modifying it for any purpose, or using it to create a derivative therefrom.

Errat a and Com m e n t s


If you have any comments regarding this manual or wish to report any errors in the
documentation, please document them and send them to the address below:
Technology Department

Temenos Headquarters SA
2 Rue de l’Ecole-de-Chimie,
CH - 1205 Geneva,
Switzerland

Tel SB: +41 (0) 22 708 1150


Fax: +41 (0) 22 708 1160

Please include your name, company, address, and telephone and fax numbers, and email
address if applicable. [email protected]

Page 3
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Table of Contents
Copyright................................................................................................................................................ 3
Errata and Comments............................................................................................................................ 3
WebSphere Liberty profile standalone installation..................................................................................5
Application Server installation..............................................................................................5
Prerequisite............................................................................................................................................ 8
WebSphere Liberty Profile configuration for T24 solution with TAFJ......................................................9
Creating a Server:............................................................................................................ 9

Updating the Configuration :..........................................................................................10

Page 4
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Web S p h e r e Liberty profil e sta n d a l o n e ins t a l l a t i o n

Appli c a t i o n Serv e r ins t a l l a t i o n .


For detailed information please refers to IBM WebSphere official documentation.

1. Install IBM Packaging Utility via IBM Installation manager


2. Run command prompt in Administrator mode and navigate to Packaging Utility
Installation directory
cd C:\Program Files (x86)\IBM\PackagingUtility

3. The following command lists the available packages

pucl.exe listAvailablePackages -repositories


http://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.B
ASE -long

4. Copy the appropriate version package to a local folder using the following command:
pucl.exe copy com.ibm.websphere.liberty.BASE_19.0.9.20190905_0148
-repositories
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.B
ASE -target C:\LIB_BASE -prompt -showProgress -acceptLicense

5. The above highlighted package name can be changed if a different version of WAS
Liberty Profile needs to be installed.
6. Once the copy is complete, Launch the Installation manager
And point the repository to the folder in which the package was copied via Packaging
utility.

Page 5
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

7. Once clicking Install via IBM Installation manager, the appropriate verion of WAS
Liberty Profile will be shown.

Page 6
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

8. Unzip the WAS Liberty profile If not installing via Packaging Utility.

After Extracting the below folder structure is visible:

Page 7
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

The above directory will be referred to as WLP_HOME

Prer e q u i s i t e

TAFJ has to be installed in a folder that we call in the document TAFJ_HOME.

T24 precompiled jar files have to be in a folder that we call in the document T24_HOME.

Before configure JBoss with TAFJ/T24, check your standalone installation is working.

Page 8
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Web S p h e r e Liberty Profil e con fi g u r a t i o n for T24


sol u t i o n with TAFJ

WebSphere Liberty Profile can be configured using the below steps:

a. Create a new Server

b. Update the configuration files with appropriate values

Creat i n g a Serv e r:
1. Navigate to WLP_HOME/bin

2. Set JAVA_HOME and PATH Environment variables appropriately

3. Execute the following command to create a new server

Server.bat create <<server_name>>

Page 9
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Upd a t i n g th e Confi g u r a t i o n :
1. Copy the required war files from the defaultServer configuration to the following
location.

2. <<WLP_Home>>\wlp\usr\servers\<<serverName>>\apps

wmq.jmsra.rar

3. Copy the following files from defaultServer Configuration to the Server home:

Server Home: WLP_HOME\usr\servers\<<serverName>>

Page 10
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

bootstrap.properties

a. bootstrap.xml

server.xml

b. server.xml

jvm.options

c. jvm.options

server.env

d. server.env

4. Modify bootstrap.xml with corresponding values:

Page 11
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

5. Modify the jvm.options with corresponding values

Update Java Home in server.env

Server.xml configuration:

1. Create keystore password using security utility under

WLP_HOME\wlp\bin

Page 12
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

2. securityUtility createSSLCertificate --server=<<server_Name>>


--password=<<Password>> --validity=365 --subject="CN=liberty,O=IBM,C=US"

3. Update the keystore password in server.xml

3. Encode the password via securityUtility available in

${wlp.install.dir}/bin directory:

securityUtility encode myPassword

Page 13
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

4. Add the passwords to server.xml

Update the Jars to point to appropriate location

Page 14
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Provide appropriate values for datasources:

Update the TAFJEE Deployment section as below:

Update JMS configurations with appropriate hostname and port number:

Page 15
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Once the changes are done,

Start the server using following command

Verify the deployment by launching the TAFJEE Home page.

http://localhost:9089/TAFJEE

Page 16
T 2 4 J av a d e p l oy m e n t i n We b S p h e r e Li b e r t y P r ofil e
st a n d alon e

Browser Web:

Page 17

You might also like