Deploy extension to multi server setup
Hi,
I have created an extension, which is triggered by the "Work Item Save (server)" and the changeset "Deliver (server)" operations.
I've successfully managed to deploy my extension to my one-server RTC Server used during development.
Now that I'm ready to deploy it for real, I would like to understand how I would do this in the multi server setup we use in production?
We have a JTS, an RQM and an RTC server.
My question is, on which server or servers should the extension be deployed?
Thanks
Accepted answer
I have created an extension, which is triggered by the "Work Item Save (server)" and the changeset "Deliver (server)" operations.
We have a JTS, an RQM and an RTC server.My question is, on which server or servers should the extension be deployed?
These extension points belong to the CCM application, so you have to add your provision file and update site into server/conf/ccm. (Replace /ccm with /jazz if your context root comes from RTC v2.0.0.)
Cheers.
Comments
Thanks.
Our context root is /jazz. How do I determine the server on which the CCM application runs?
If the URL for each of the applications (JTS, RTC, RQM ) has the same host name, then the extension needs to be added under the "ccm" branch of the installation. in any case, only the RTC application configuration needs to be augmented according to the documentation.
Each server has a separate hostname and run on separate Linux systems.
I will attempt to deploy to my RTC instance.
Thanks for the information.