Specify a host name / IP address and a port number of License Server to establish connection with AppServer of the current WebSpellChecker installation. AppServer will be sending License Requests to the bounded License Server.

  • Open <WebSpellChecker_Installation_Path>/WSC/AppServer/AppServerX.xml
  • Find the <LicenseServer>...</LicenseServer> parameter tag in the AppServerX.xml file
  • Specify a host name / IP address and a port number of License Server as in the example:
<!-- LicenseServer parameter defines a license server where AppServer will call when its license is expired asking for a new license. -->
<LicenseServer>localhost</LicenseServer>

  • No labels