Versions Compared

Key

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

...

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

1.2. Start AppServer on 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:

...

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

...

3. Check 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: 

Info

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


Note

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: 

Info

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

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

If you specified a custom port number for a Web Serverweb server or Java application server, use the following link: 

Info

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

...


...

4. Check AppServer Status 

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

...