Question about WAS installation for enterprise topology
I need to install CLM 5.0.2 applications in enterprise topology, application server is WAS 8.5.5. I installed applications on separate Windows VMs as follows:
Server1 - WAS 8.5.5 and JTS 5.0.2
Server2 - CCM 5.0.2 only
Server3 - QM 5.0.2 only
Server4 - RM 5.0.2 only
For enterprise do I need to install WAS on Server2, Server3 and Server4 ? Please let me know.
Thanks
NP
Server1 - WAS 8.5.5 and JTS 5.0.2
Server2 - CCM 5.0.2 only
Server3 - QM 5.0.2 only
Server4 - RM 5.0.2 only
For enterprise do I need to install WAS on Server2, Server3 and Server4 ? Please let me know.
Thanks
NP
Accepted answer
Of course you need to. Each CLM application is a web application that has to run on a web application server, such as WAS or Tomcat.
If you check the diagram in this deployment wiki, you will see that each machine with pink highlight (the application machine) has WAS illustrated there.
https://jazz.net/wiki/bin/view/Deployment/RecommendedCLMDeploymentTopologies5
If you check the diagram in this deployment wiki, you will see that each machine with pink highlight (the application machine) has WAS illustrated there.
https://jazz.net/wiki/bin/view/Deployment/RecommendedCLMDeploymentTopologies5
Comments
Thanks a lot Donald, greatly appreciated. I should have looked closely at the topology diagram then I would have noticed pink highlights.
I guess I need to run the same post installation steps to Setup WebSphere Application Server and to Deploy Web Application files (.WAR files) on all the 4 servers. Interactive Installation Guide at CLM 5.0.2 Infocenter doesn't give any mention of this.
Your understanding is correct.