Table of Contents

Support - Hosted Version - SProxy component

Please follow the step-by-step instruction to install the SpellChecker sproxy component into your Web Application.

  1. Download sproxy component
  2. Install sproxy component
  3. Test sproxy component
  4. Appendix I. Apache Tomcat configuration

1. Download sproxy component

Select the appropriate sproxy version and save the file to a temporary folder on your computer:

*.Net 1.1 *.Net 2.0

2. Install sproxy component

Create a directory in your web site (e.g. sproxy). Extract all files from the archive to this directory. Download sproxy configuration file (sproxy.ini) from your account page or use the file received in the subscription email from tech@spellchecker.net.

Version-Specific Notes:

3. Test sproxy component

In the address field of your browser, type the URL of sproxy on your web site according to the following pattern: http://example.net/sproxy/sproxy.php?cmd=ver. You must type the extension of your sproxy version instead of “php”. If the instructions have been followed correctly, a page similar to the screenshot below will appear:
sproxy_version.jpg

Appendix I. Apache Tomcat configuration

 
 <servlet>
        <servlet-name>SProxy</servlet-name>
        <servlet-class>net.spellchecker.sproxy.SProxy</servlet-class>
        <init-param>
            <param-name>sproxyIniPath</param-name>
            <param-value>./sproxy.ini</param-value>
        </init-param>
    </servlet>
    <servlet-mapping>
        <servlet-name>SProxy</servlet-name>
        <url-pattern>/sproxy</url-pattern>
    </servlet-mapping>