A Arif Butt Member Wednesday at 3:15 PM #1 Hi our client wants to shift the WCS server on another machine, they are using a proxy for internet connectivity, please provide assistance and steps for the above process. Thanks AB
Hi our client wants to shift the WCS server on another machine, they are using a proxy for internet connectivity, please provide assistance and steps for the above process. Thanks AB
Max Administrator Staff member Wednesday at 7:53 PM #2 Hello Please check this doc WCS installation and activation - Flashphoner streaming media solutions documentation site docs.flashphoner.com 1. Configure your proxy server in wcs-core.properties Code: # Proxy configuration -Dhttp.proxyHost=proxy1.flashphoner.com -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy1.flashphoner.com -Dhttps.proxyPort=3129 -Dhttp.nonProxyHosts=localhost|127.0.0.1|10.*|169.254.169.254 2. Deactivate. Code: sudo ./deactivation.sh Verification: conf/flashphoner.license will be removed from disk if the Deactivation success 3. Once the license is deactivated, you can activate it on another host. Code: sudo ./activation.sh Verification: conf/flashphoner.license will be created if the Activation success
Hello Please check this doc WCS installation and activation - Flashphoner streaming media solutions documentation site docs.flashphoner.com 1. Configure your proxy server in wcs-core.properties Code: # Proxy configuration -Dhttp.proxyHost=proxy1.flashphoner.com -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy1.flashphoner.com -Dhttps.proxyPort=3129 -Dhttp.nonProxyHosts=localhost|127.0.0.1|10.*|169.254.169.254 2. Deactivate. Code: sudo ./deactivation.sh Verification: conf/flashphoner.license will be removed from disk if the Deactivation success 3. Once the license is deactivated, you can activate it on another host. Code: sudo ./activation.sh Verification: conf/flashphoner.license will be created if the Activation success