Versions Compared

Key

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

...

To check the current version of WebSpellChecker Server package, start AppServer Service and check its version as shown below.

Option A. Connection to the AppServer service via web server acting as a reverse proxy

Note

Web servers must be configured to act as a reverse proxy. For more details, visit Reverse proxy setup to avoid exposing 2880 port.

To verify the version, use ?cmd=ver сommand: http(s)://your_host_name/virtual_directory/api?cmd=ver

Option B. Direct connection to AppServer

...

service

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

...

http(s)://your_host_name:2880/?cmd=ver

Note

The port 2880 Port 2880 is the default port used by AppServer by AppServer Service.

If you specified specify a custom port number, use the next following link:  

...

http(s)://your_host_name:port/?cmd=ver

Here is an example of a the correct version response for WebSpellChecker Server:

Code Block
{
    "Copyright": "(c) 2000-20202021 WebSpellChecker LLC",
    "ProductWebsite": "webspellchecker.com",
    "ProgramVersion": "5.5.x.x x64 master:xxxxxxxx (xxxx) #xx",
    "PackageVersion": "5.5.x.x master:xxxxxxx (xxx) #xx"
}

Option

...

C. Connection to the service via FastCGI, SSRV.cgi component, and

...

web or Java

...

application server for versions 5.5.x - 5.17.x

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

...

Info

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

Here is a the correct version response:

(c) 2000-

2020

2021 WebSpellChecker LLC

All rights reserved.

www.webspellchecker.net

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

4. Check AppServer status 

To verify if WebSpellChecker Server works properly, you need to start AppServer Service and check its status.

Use ?cmd=status сommand, verify status of AppServer engines (SpellCheck, Grammar Check, and Thesaurus).

Option A. Connection to the AppServer service via web server acting as a reverse proxy

Note

Web servers must be configured to act as a reverse proxy. For more details, visit Reverse proxy setup to avoid exposing 2880 port.

Info

http(s)://your_host_name/virtual_directory/api?cmd=status

Option A. Direct connection to the AppServer service

...