closed network service

hyuk

Member
Hi,
I am trying to run a wcs server in a closed network.
How do I install and authenticate the service in an environment where there is no internet connection?
Please check if there are any examples to refer to.
Have a nice day.
 

Max

Administrator
Staff member
Good day.
I am trying to run a wcs server in a closed network.
How do I install and authenticate the service in an environment where there is no internet connection?
For trial license, you should provide access to https://my.flashphoner.com:443/ for activation and permanent access to pool.ntp.org. Monthly subscription license also requires permanent access to https://my.flashphoner.com:443/ for billing purposes. So you have to either provide access or proxy server. Its address should be set to wcs-core.properties file, for example
Code:
# Proxy configuration
-Dhttps.proxyHost=192.168.1.1
-Dhttps.proxyPort=4443
-Dhttp.proxyHost=192.168.1.1
-Dhttp.proxyPort=3128
-Dhttp.nonProxyHosts=localhost|127.0.0.1|10.*|169.254.169.254
You can also buy Standalone licence, which requires one time access to https://my.flashphoner.com:443/ for activation. If you cannot provide access (fully isolated network), you can send your serverID to sales@flashphoner.com to get the license file for fully isolated server only.
You can find licenses cost and conditions details here.
 

hyuk

Member
Thank you for answer.
For a fully isolated network, do I have to request a file every time a WCS update is needed?
If I use a standalone license, are you only delivering files for one year?
How do I view the serverID?
 
Last edited:
Top