Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Deploying Custom WAR file on WebSphere Liberty

 We want to deploy a custom WAR file on our WebSphere Liberty Server. Earlier we had Traditional WebSphere configured for hosting the ELM Applications. Also, we had deployed a custom war file on Traditional WebSphere. Now then, we have migrated to WebSphere Liberty, how do we deploy the war file wrt the Liberty.


Can anyone help here

0 votes



2 answers

Permanent link

 This is the documentation for WLP on how to deploy applications: https://www.ibm.com/support/knowledgecenter/SSEQTP_liberty/com.ibm.websphere.wlp.doc/ae/twlp_dep.html

0 votes


Permanent link

 In easy steps:


1) Rename you app.war file to app.war.zip
2) Unpack your app.war.zip to app.war directory
3) Move file and directory to /opt/IBM/JazzTeamServer/server/liberty/servers/clm/apps
4) Edit /opt/IBM/JazzTeamServer/server/liberty/servers/clm/apps/conf/application.xml

5) Add following line to your application.xml file

<application type="war" id="rediapp" name="rediapp" location="${server.config.dir}/apps/rediapp.war" context-root="/">

context-root is context under which application willl be available.

6) Restart your liberty server

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,494
× 1,324

Question asked: Feb 25 '21, 1:53 a.m.

Question was seen: 5,879 times

Last updated: Feb 25 '21, 3:29 a.m.

Confirmation Cancel Confirm