How to deploy a RTC precondition on RTC server?
Hi RTC admins,
Currently I've implemented one RTC precondition and tested in my local jetty server successfully(check-in code in local server side and updated process configuration directly on testing project) followed by link - https://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample.
Now I want to deploy it on real RTC server side, do you have any precondition deployment process on RTC server?
Thanks a lot.
Kelly
Currently I've implemented one RTC precondition and tested in my local jetty server successfully(check-in code in local server side and updated process configuration directly on testing project) followed by link - https://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExample.
Now I want to deploy it on real RTC server side, do you have any precondition deployment process on RTC server?
Thanks a lot.
Kelly
One answer
This is the same for all server extensions. It is described in the
please follow the last lab. In https://rsjazz.wordpress.com/2015/06/19/a-custom-condition-to-make-attributes-required-or-read-only-by-role/ I describe how to use a specific "serverdeploy" project to contain the provision profile, site and the generated jar files to simplify deployment on the server.
please follow the last lab. In https://rsjazz.wordpress.com/2015/06/19/a-custom-condition-to-make-attributes-required-or-read-only-by-role/ I describe how to use a specific "serverdeploy" project to contain the provision profile, site and the generated jar files to simplify deployment on the server.