Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the stop and start AppServer sections with links to Main Commands guide.

...

2. Open <WebSpellChecker_Installation_Path>/WSC/AppServer/AppServerX.xml

3. Find the <EnableFloatingLicensing>...</EnableFloatingLicensing> parameter tag in the AppServerX.xml file and specify its value as true. This parameter specifies if the floating license mechanism is enabled for a particular WebSpellChecker AppServer.

Excerpt

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

1. Use the instructions below to stop AppServer.Stop AppServer.

Excerpt Include
_include_stop_appserver_windows_include_stop_appserver_windows
nopaneltrue
Excerpt Include
_include_stop_appserver_linux_include_stop_appserver_linux
nopaneltrue
Code Block
languagexml
themeEmacs
<!-- EnableFloatingLicensing parameter specifies if the floating license mechanism is enabled for a particular WebSpellChecker AppServer. -->
<EnableFloatingLicensing>true</EnableFloatingLicensing>

4. Find the <FloatingLicenseServer>...</FloatingLicenseServer> parameter tag in the AppServerX.xml file and specify a host name and port (for example, 127.0.0.1:2881) of the License Server which will be responsible for licensing:

Code Block
languagexml
themeEmacs
<!-- FloatingLicenseServer parameter defines a license server where AppServer will call when its license is expired asking for a new license. -->
<FloatingLicenseServer>127.0.0.1:2881</FloatingLicenseServer>

You can optionally enable HTTPs connection between the License Server and the AppServer to make the connection a secure one. For details, refer to Enabling SSL Connection connection with AppServer guide.

5. Use the instructions below to start Start AppServer for the changes to take effect.

Excerpt Include_include_start_appserver_windows_include_start_appserver_windowsnopaneltrue Excerpt Include_include_start_appserver_linux_include_start_appserver_linuxnopaneltrue