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

Compare with Current View Page History

« Previous Version 15 Next »

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

  • configure personal user dictionaries,
  • exclude the words from the dictionaries,
  • apply changes made to your AppServer.  

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

Starting AppServer on Windows and Linux

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:

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

To start AppServer on Linux, run the start.sh script using the following command below:

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

Stopping AppServer on Windows and Linux

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:

  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.

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

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

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

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 verify if WebSpellChecker Server works properly, you need to start AppServer Service and check its version.

Option A Direct connection to the AppServer Service:

Use the following link: 

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

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

If you specified a custom port number for the AppServer Service, use the next following link: 

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

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

Use the following link: 

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

If you specified a custom port number for a Web Server, use the following link: 

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

Correct version response for WebSpellChecker Server 5.5.x on a Windows server looks the following way:

(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 verify if WebSpellChecker Server works properly, you need to start AppServer Service and check its status.

Use the following link to check the 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