Differences in jts and ccm?
I have been developing for jazz rtc 2.0.0.x and I recently switched to rtc 3.0. I noticed that the structure of the server is similiar but contains two parts now, the jazz team server and the change configuration management. What are the differences? I noticed that for an RTC client i have to point it to the ccm but im not really sure of the differences. The reason I ask is I have a plug-in that contains a RTC client plug-in and a rtc server plug-in. Do i need to add the server plugin to the jts and the ccm or just the ccm? Thanks in advance.
2 answers
I have been developing for jazz rtc 2.0.0.x and I recently switched to rtc 3.0. I noticed that the structure of the server is similiar but contains two parts now, the jazz team server and the change configuration management. What are the differences? I noticed that for an RTC client i have to point it to the ccm but im not really sure of the differences. The reason I ask is I have a plug-in that contains a RTC client plug-in and a rtc server plug-in. Do i need to add the server plugin to the jts and the ccm or just the ccm? Thanks in advance.
JTS is like the core. It is the
ccm is an application named "Change and Configuration Management", that IMHO should be called
Your RTC server plugins (site, provision file) just need to be added to ccm.
I have been developing for jazz rtc 2.0.0.x and I recently switched to rtc 3.0. I noticed that the structure of the server is similiar but contains two parts now, the jazz team server and the change configuration management. What are the differences? I noticed that for an RTC client i have to point it to the ccm but im not really sure of the differences. The reason I ask is I have a plug-in that contains a RTC client plug-in and a rtc server plug-in. Do i need to add the server plugin to the jts and the ccm or just the ccm? Thanks in advance.
JTS is like the core. It is the
ccm is an application named "Change and Configuration Management", that IMHO should be called
Your RTC server plugins (site, provision file) just need to be added to ccm.
Yeah the wording is a bit confusing. Thanks for clearing it up though!