Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited the commands descriptions and formatting.

...

To verify if WebSpellChecker AppServer works properly, you may need to run one or several of four AppServer commands described in this section:

Table of Contents


Anchor
startAppServerWindowsLinux
startAppServerWindowsLinux
1. Start AppServer

...

Code Block
languagepowershell
themeEmacs
sudo sh <WebSpellChecker_Installation_Path>/WSC/AppServer/start.sh

Or your can also run the start.sh script from the AppServer directory:

Code Block
languagepowershell
themeEmacs
/<WebSpellChecker_Installation_Dir>/WSC/AppServer/# sh srart.sh

Anchor
stopAppServerWindowsLinux
stopAppServerWindowsLinux
2. Stop AppServer

...

Option A. Direct connection to AppServer Service

Use To verify the WSChecker server version, use the following linkcommand

Info

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

...

Info

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

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

...

(c) 2000-2019 WebSpellChecker LLC

All rights reserved.

www.webspellchecker.net

...

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

...

(c) 2000-2019 WebSpellChecker LLC

All rights reserved.

www.webspellchecker.com

...

...

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

Use the following link: 

Info

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

...

Info

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

Here is a correct version response for WebSpellChecker Server x.x.x on a Windows server 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

4. Check AppServer Status 

...

Option A. Direct connection to the AppServer Service

Use To very AppServer status, use the following link to check the status of connection to the service to verify engines status (SpellCheck, Grammar Check, and Thesaurus):

Info

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

...

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

Use To very AppServer status, use the following link to check the status of connection to the service via FastCGIto verify engines status (SpellCheck, Grammar Check, and Thesaurus) for FastCGI, SSRV.cgi component, and web server:

Info

http(s)://your_host_name/spellcheck/script/ssrv.cgi?cmd=status

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].

...