It's all about the answers!

Ask a question

Distributed Setup of CLM - struggling to find the right steps to register apps


Karen Steele (1.2k1134139) | asked Apr 08 '19, 4:32 p.m.

 we are moving from a single server to a distributed server topology.  Struggling to find a full installation guide with steps to install and configure individual applications. 


We have JTS on its own server - CCM, RM and RQM also on separate application servers.  
Ran JTS setup, and one set of instructions seems to implicate that we have to registered the applications with JTS by using the "register step" and fill the parameters out manually ??  e.g. https://servername:port/ccm/scr 

Looking for input if there's a full step by step to get from single to distributed. 

This raised another question, can we have the same common uri for all distributed or do they have to have their own names. 

One answer



permanent link
Kenny Smith (302513) | answered Apr 09 '19, 7:29 a.m.
edited Apr 09 '19, 8:16 a.m.

 If you are moving to a distributed system, you really need an HTTP server to front end it all. That will allow you to have a common hostname, and only change root context between applications.


 See this article:

When you setup the server, and if you are using Liberty, it will generate a web plugin configuration file for you, which you can copy to the Web Plugin directory for IBM HTTP Server (which I recommend using). That will allow it to act as a proxy for the other servers. The file is typically written to /opt/IBM/JazzTeamServer/server/liberty/servers/clm/logs/state/plugin-cfg.xml. 

You will also have to have SSL keys exchanged between the HTTP server and the liberty server. SSL keys for liberty are found in /opt/IBM/JazzTeamServer/server/liberty/servers/clm/resources/security/ibm-team-ssl.keystore. 


Comments
Karen Steele commented Apr 09 '19, 9:21 a.m.
Thanks Kenny .. question however, you state in this document "Really. Its quick, its easy to setup. Here are the instructions:" but there is no link to instructions.

Also, as we're moving from a single server to distributed, we had one common URI do we need to ideally rename so that each application server has its own common name

Thanks

Kenny Smith commented Apr 09 '19, 9:30 a.m.

 Not sure what happened to my instructions!  You can install HTTP server from an archive (which is MUCH easier): 



So, yes you will need to rename if you have the port number in the URI currently (i.e. https://<hostname>;:9443/ccm. You want to point it to your HTTP server's hostname and ports. Thus traffic will hit your HTTP server through port 443 (which you don't have to

For updating the SSL certs, here's another guide:


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.