You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

You may often need to change the properties of AppServer or change the Server settings and parameters, for example:

  • configure personal user dictionaries,
  • exclude the words from the dictionaries,
  • apply changes made to your Web Servers or Java Application Servers.  

To verify if WebSpellChecker AppServer works properly, you may need to run several AppServerX commands described in this section.

Starting AppServer on Windows and Linux


Start AppServer on Windows

There are three possible options how you can start AppServer on Windows-based environments.

Option A: Go to Windows Start –> All Programs –> WebSpellChecker –> AppServer –> Start WebSpellChecker Application Server

Option B: Open Command Prompt –> Switch to [WebSpellChecker_Installation_Path]/AppServer –> Run AppServerX -start

Option C:

  • Go to Windows Start –> Control Panel –> Administrative Tools –> Services
  • Find WebSpellChecker Application Server Service on the list of all services
  • Click Start


Start AppServer on Linux

Run the start.sh script to start AppServer using the following command below:

sudo sh <WebSpellChecker_Installation_Path>/WSC/AppServer/start.sh

Stopping AppServer on Windows and Linux


Stop AppServer on a Windows server

There are three possible options how you can stop AppServer on Windows-based environments.

Option A: Go to Windows Start –> All Programs –> WebSpellChecker –> AppServer –> Stop WebSpellChecker Application Server

Option B: Open Command Prompt –> Switch to [WebSpellChecker_Installation_Path]/AppServer –> Run AppServerX -stop

Option C:

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


Stop AppServer on a Linux server

Run the stop.sh script to stop AppServer using the following command below:

sudo sh <WebSpellChecker_Installation_Path>/WSC/AppServer/stop.sh

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

/<WebSpellChecker_Installation_Dir>/WSC/AppServer/# sh stop.sh

Checking AppServer Version

To check the AppServer version, use the following commands: 

  • For direct connection to the AppServer Service:
http(s)://your_host_name:2880/?cmd=ver 
  • For connection to the Service via FastCGI, SSRV.cgi component and Web Server:
http(s)://your_host_name/spellcheck/script/ssrv.cgi?cmd=ver 

Check the status and version of AppServer to verify if WebSpellChecker Server works properly. To do so, use the links below to navigate to the detailed commands and responses descriptions:

WebSpellChecker Version

Here is a correct version response for WebSpellChecker Server 5.5.x on a Windows server:

(c) 2000-2019 WebSpellChecker LLC

All rights reserved.

www.webspellchecker.net

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

Checking AppServer Status 

To check the AppServer status, use the following commands: 

  • For direct connection to the AppServer Service:
http(s)://your_host_name:2880/?cmd=ver
  • For connection to the Service via FastCGI, SSRV.cgi component and Web Server:
http(s)://your_host_name/spellcheck/script/ssrv.cgi?cmd=status


  • No labels