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

Compare with Current View Page History

« Previous Version 5 Next »

This step-by-step guide is intended to outline the main steps for the WebSpellChecker application installation on Windows Server with Internet Information Services (IIS) web server. In this guide we will run you through the whole installation process from downloading installation packages to embedding spell/grammar checking functionality to your web-based system.

Before you begin:

  1. Check if your environment configuration meets Installation requirements.
  2. Acknowledge with Architecture diagram.
  3. Make sure that you have a valid license:

    First of all you need to get a valid License Ticket ID to proceed with the license activation. Depending on the server license type, it may be a commercial (e.g. 1 year) or a 30-day trial license. Except the validity period, there is no difference between ticket types from the technical perspective.

    Good to know:

    • If you do not have a license yet, you can obtain it using one of the following ways:
    • Starting from v5.8.1 released on December 30, 2020, the license is no longer validated by or tied to the hardware characteristics of a machine or server. License for older versions of the packages is hardware-dependent. 
    • If you are migrating WebSpellChecker from one server to another, you will need to deactivate (detach) a license on the current server and then reactivate it on a new one. Check carefully the Migrating License to New Server guide under the Licensing section.
    • If you have problems with your license, contact us.

1. Download Installation Package

Download WebSpellChecker application package for a corresponding version of your operating system (OS). By default, it is provided on a license purchase or maintenance renewal. You can also request it contacting us at [email protected]

2. Install WebSpellChecker

Error rendering macro 'excerpt-include'

No link could be created for 'IN:_include_wsc55x_server_install_application_from_location_to_webserver_setting_windows'.


For the proper work of the WebSpellSpellChecker application, the next features for IIS Web Server must be enabled: Web-CGI, Web-Common-Http.

IIS Web Server Configuration for Windows Server 2012/2016

  • Go to Windows Start and run Windows PowerShell
  • Run Add-WindowsFeature Web-CGI command
  • Run Add-WindowsFeature Web-Common-Http command

IIS Web Server Configuration for Windows Server 2008

  • Go to Start and run Windows PowerShell
  • Click right mouse button and click Run as Administrator
  • Run import-module servermanager command
  • Run Add-WindowsFeature Web-CGI command
  • Run Add-WindowsFeature Web-Common-Http command
  • Choose Internet Information Services (IIS) to run WebSpellChecker on the IIS web server.

  • Select IIS Web Site. Select a proper Web Site from the list which will be used for WebSpellChecker.

2.6. Specify WebSpellChecker Service URL. Specify a full domain name and virtual directory to the WebSpellChecker application. 

The default ports for Web Servers are 80 and 443 for HTTP and HTTPS protocols respectively.


2.7. Select WebSpellChecker Start Menu Folder. Choose a program name which will be used as Start Menu item.

2.8. Click Install to start the installation process.

2.9. As soon as the installation process has been completed, click Finish to close the installation dialog. 

3. Activate License

Refer to  the License Activation on Windows guide if you are installing WebSpellChecker Server for the first time to find out how to activate a license on a Windows-based server.

4. Configure Grammar Engine

The Grammar engine requires Java 8 and higher. The installation wizard will try to auto-detect a path to an existing Java Virtual Machine (JVM). If no path is found, you will be asked to specify the path to JVM using the next window:

You have an option to set a path to JVM manually or change the auto-detected path to your custom one. Please visit Enabling Grammar Engine to find out more.

5. Verify Operability

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

WebSpellChecker Server Status

Here is a correct status response for Spell Check, Grammar, and Thesaurus engines of WebSpellChecker Server:

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

WebSpellChecker Demo Samples

Here is the correct view of the WebSpellChecker demo samples:


6. Integrate WebSpellChecker

Integrate WebSpellChecker products into your web application.

Option A. Integration Guides

Visit Products and Integrations Guides to lean more how to get started with WebSpellChecker products.

WProofreader

Try our WProofreader. It is based on SpellCheckAsYouType (SCAYT) core, designed to simplify the integration and combine functionality of proofread as you type functionality and proofread in a dialog.

Here are the main benefits of using WProofreader:

  • Easy to get started. A single script for all editable fields in a web app;
  • Auto-search functionality which detects editable fields on a web page and enables proofreading functionality;
  • Proofread as you type functionality on multiply languages. Spell checking functionality is supported for 16 default languages and 152 additional languages, grammar checking functionality is available for 14 out of 16 default languages;
  • Simplified box with corrections for spelling and grammar problems;
  • A new badge button with the WebSpellChecker Proofreader settings;
  • Supported in all modern browsers such as Chrome, Firefox, Internet Explorer 11+, MS Edge, and Safari.

Refer to Get Started with WProofreader Server (autoSearch) guide for more information.

Option B. Demo Samples

Depending on the type of elements (HTML native elements, rich text editors) where the spelling/grammar check functionality is needed, you may choose and use the demo samples shipped with the WebSpellChecker Server package. 

To access the default samples, go to the following page:  https://your_host_name:port/spellcheck/samples/. The default samples contain all the necessary samples and instructions that will help with the integration of the WebSpellChecker products. Moreover, each sample contains detailed development documentation with a list of methods and parameters available.

  • No labels