Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to Windows Start –> Control Panel –> Administrative Tools –> Services.
  2. Find WebSpellChecker Application Server Service on the list of all services.
  3. Click Stop.

1.

...

2. Stop AppServer on Linux

To stop AppServer on a Linux-based environment, run the stop.sh script from the AppServer directory:

...

3. Check AppServer Version

To verify if check the current version of WebSpellChecker Server works properlypackage, you need to start AppServer Service and check its version as shown below.

Option A. Direct connection to AppServer Service

To verify the WebSpellChecker server the version, use ?cmd=ver сommand: 

...

Code Block
{"COPYRIGHT":"(c) 2000-2019 WebSpellChecker LLC","PRODUCT WEBSITE":"webspellchecker.com","PROGRAM VERSION":"x.x.x x64 master:xxxxxxx (xxxx) #xx"}

Option B. Connection to the Service via FastCGI, SSRV.cgi component, and Web or Java Application Server

To verify the WebSpellChecker server versionthe version, use ?cmd=ver сommand: 

Info

http(s)://your_host_name/wscservice/script/ssrv.cgi?cmd=ver

...

Here is a correct version response for WebSpellChecker Server x.x.x where x.x.x is a current WebSpellChecker version number:

(c) 2000-2019 WebSpellChecker LLC

All rights reserved.

www.webspellchecker.net

Program name:ssrv
Program version:x.x.x.x x64 master:xxxxxxx (xxx) #xx for Windows

...

Option A. Direct connection to the AppServer Service

To verify AppServer service status of connection with AppServer engines (SpellCheck, Grammar Check, and Thesaurus), use ?cmd=status сommand:

...

Here is a correct status response for Spell Check, Grammar, and Thesaurus engines of WebSpellChecker Server:

Code Block
languagetext
titlehttp(s)://your_host_name:2880/?cmd=status
{
   "Spell Check Engine": {
       "active": true
   },
   "Grammar Check Engine": {
       "active": true
   },
   "Thesaurus Engine": {
       "active": true
   }
}

Option B. Connection to the Service via FastCGI, SSRV.cgi component and Web or Java Application Server

To verify AppServer service the status of connection with the AppServer engines (SpellCheck, Grammar Check, and Thesaurus) forvia FastCGI, SSRV.cgi component, and web server, use the following command:

...

Here is a correct status response for Spell Check, Grammar, and Thesaurus engines of WebSpellChecker Server for FastCGI:

Code Block
languagetext
Spell Check Engine is ACTIVE
Grammar Engine is ACTIVE
Thesaurus Engine is ACTIVE

Please find below the description of the statuses that are received from SSRV component:

'ACTIVE' status means that an Engine works properly.
'NOT ACTIVE' status means that an Engine is not enabled or does not work properly.

For more details and assistance, please contact the technical support team at [email protected].

...