RTC extention plugin
I am following this link --> https://www.ibm.com/developerworks/mydeveloperworks/blogs/extendingrtc/entry/checksummaryadvisor?lang=en_us
to create advisor plugin. When creating site project i saw that the default location for the site is under server\conf\ccm\sites\YOUR_SITE_FOLDER. Also in next step there is need to create provision file under \server\conf\ccm\provision_profiles
But in my case the server has been installed on remote location. so i cant access \server and subfolders .
Is there any way that we can do above steps thru local machine ?
Accepted answer
To deploy on a server you need access to these folders and deploy there.
However, since you are just starting and trying to get going with extending RTC, the last you should do would be to play with your production server.
Please follow https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/, run the extensions workshop and set up a development server on your machine. Also set up your environment so that you can debug on Jetty following the extensions workshop. If your extension works on Jetty, you can try to deploy it on your development server to trest deployment.
However, since you are just starting and trying to get going with extending RTC, the last you should do would be to play with your production server.
Please follow https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/, run the extensions workshop and set up a development server on your machine. Also set up your environment so that you can debug on Jetty following the extensions workshop. If your extension works on Jetty, you can try to deploy it on your development server to trest deployment.