WCS License deactivation and activation on other server

Arif Butt

Member
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
Hello

Please check this doc

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
 
Top