It's all about the answers!

Ask a question

deploy the IBM® Rational® Publishing Engine Document Builder on an IBM WebSphere Application Server Liberty.


Vani B (1391067) | asked Jan 31 '19, 12:58 a.m.

Procedure to deploy the IBM® Rational® Publishing Engine Document Builder IBM WebSphere Application Server Liberty for CLM 606. JRS is already configured on CLM 606.

Accepted answer


permanent link
Subramanya Prasad Pilar (4.6k16) | answered Jan 31 '19, 2:22 a.m.
Currently you cannot deploy CLM and RPE Document Builder on same server. Hence you can create another server and then follow the steps given below.
server create rpe
    
1.Ensure the TELELOGIC_LICENSE_FILE environment variable is set and points to a RPE license server.
2. Copy com.ibm.rpe.web.app.ear from %RPE_HOME%\remote-services into the apps folder of your Liberty server (C:\IBM\JazzTeamServer\server\liberty\wlp\usr\servers\rpe\apps in my machine)
3. Ensure the JSP and Auth features are enabled for the Liberty server. Add the required users and roles for RPENG.
4. Start Liberty server and access http://<server>:<port>/rpeng/home


    
Vani B selected this answer as the correct answer

Comments
Vani B commented Jan 31 '19, 9:23 a.m.

Subrmanya Prasad,


Thanks for providing the details.

could you please share installation instruction to install RPE report builder on the Windows 10 Enterprises OS and Installer location.


Subramanya Prasad Pilar commented Feb 01 '19, 1:44 a.m.

It should be same. The location depends on where you have installed WLP.


Vani B commented Feb 05 '19, 10:26 p.m.
How to check " Ensure the JSP and Auth features are enabled for the Liberty server"?

Followed the steps as mentioned by you, while launching the link https://<hostname>:9443/rpeng/home or http://<hostname>:9080/rpeng/home, below error is reported. Please help to resolve.

Context Root Not Found

Licensed Materials - Property of IBM © Copyright IBM Corp. 1997, 2013. All Rights Reserved. IBM, and the IBM logo are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at Copyright and trademark information.


Subramanya Prasad Pilar commented Feb 06 '19, 4:35 a.m. | edited Feb 06 '19, 4:35 a.m.

Probably you are using incorrect port number. If CLM is already installed, these ports (9443 and 9080) are in use. You need to modify server.xml and specify a different port (ex. 9444 and 9081) and try the correct URL - https://<hostname>:9444/rpeng/home


Vani B commented Feb 06 '19, 4:42 a.m.

After modifying the server.xml file with different port 

<httpEndpoint id="defaultHttpEndpoint"
                  httpPort="9081"
                  httpsPort="9444" 
  hostName=""
  host=""/>

and tried accessing https://<hostname>:9444/rpeng/home and unable to connect
Firefox can’t establish a connection to the server at hostname :9444.



Subramanya Prasad Pilar commented Feb 06 '19, 4:47 a.m.

Did you restart rpe server?


Vani B commented Feb 06 '19, 5:00 a.m.

I started Liberty server namely  <JazzTeamserver>\server\ server.startup.bat after modify the server.xml at <JazzTeamserver>\server\liberty\wlp\usr\servers\rpe


Subramanya Prasad Pilar commented Feb 06 '19, 5:47 a.m.

You should restart rpe server (since you have made changes to server.xml corresponding to rpe server)


Vani B commented Feb 06 '19, 9:50 a.m.

unable to find the batch file to start rep server at <JazzTeamServer>\server\liberty\wlp\usr\servers\rpe.






Subramanya Prasad Pilar commented Feb 06 '19, 12:24 p.m.
You will not find server.startup.bat. Rather you should use the command:
server start serverName

Vani B commented Feb 06 '19, 10:24 p.m.

 I was able to start the RPE server 


C:\IBM\JazzTeamServer\server\liberty\wlp\bin>server start rpe
Starting server rpe.
Server rpe started.

Tried accessing https://<hostname>:9444/rpeng/home, getting below error

Context Root Not Found




Vani B commented Feb 07 '19, 4:13 a.m.

Thanks Subramanya, 


I am able to launch RPE Document Builder after specifying the full path of the  ear file in the server.xml file.

Could you please share some link related RPE document builder for generating report using different data sources like doors, rdng, rtc etc.,


Vani B commented Feb 22 '19, 12:28 a.m.

Subramanya Prasad Pilar


Next version of RPE (6.0.6.1) automates the install/setup/configuration of RPE Dcoument Builder using WebSphere Liberty profile as built-in feature. Let me know the procedure to deploy on CLM 606.

showing 5 of 13 show 8 more comments

Your answer


Register or 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.