Please follow the step-by-step instruction to install the SpellChecker sproxy component into your Web Application.
Select the appropriate sproxy version and save the file to a temporary folder on your computer:
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:
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:
WEB-INF\web.xml file and open it in a text editor
<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>
./sproxy.ini with the absolute local path to the sproxy.ini file or save the .ini file to the root of the site context.