Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Addressed reviewer's comments.


Excerpt

To Check the status and version of AppServer to verify if WebSpellChecker Server works properly. To do so, you need to start AppServer Service and check its status and versionuse the commands listed below.

Note

If you selected the Run WebSpellChecker Application Server (AppServer) option on step 2.13 of the installation process, it should be started automatically. Otherwise, use the start AppServer command.

Option A (. Direct connection to the AppServer Service):

  • Check Version: http(s)://your_host_name:2880/?cmd=ver
  • Check Status: http(s)://your_host_name:2880/?cmd=status
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 form of the link: http(s)://your_host_name:port/?cmd=ver

Option B (Connection to the AppServer Service via the FastCGI protocol using the SSRV.cgi component and Web Server)web server or Java application server:

  • Check Version: http(s)://your_host_name/wscservice/script/ssrv.cgi?cmd=ver
  • Check Status: http(s)://your_host_name/wscservice/script/ssrv.cgi?cmd=status
  • Access the default Demo Samples: http(s)://your_host_name/wscservice/samples/

If you specified a custom port number for a Web Server, use the next form of the link: http(s)://your_host_name:port/wscservice/script/ssrv.cgi?cmd=ver

...