+

Search Tips   |   Advanced Search

Install a remote spell checker

To use a spell checker, install it remotely.

  1. Copy the SpellChecker.ear file from the following directory to the remote directory:

      PORTAL_HOME/lwo/prereq.odc/odc/spellchecker/remoteSpellchecker

  2. Use the WAS console to deploy SpellChecker.ear onto the remote server. Specify /wps/spellcheck as the context root. We can also use a context root other than the default. To use a different context root, before deploying SpellChecker.ear, change the following line in the application.xml file:

      <context-root>/anydirectory/spellcheck</context-root>

    For example, to change the context root for spell checker to /test/, change the line in application.xml to <context-root>/test/spellcheck</context-root>. Also, update the context root value in the SpellCheckconfig.properties file of the Portal server.

  3. Copy the following files and folder to the remote server:

    • The PORTAL_HOME/lwo/prereq.odc/odc/spellchecker/lib/spcommon.jar file to APPSERVER_ROOT/lib/ext/

    • The PORTAL_HOME/lwo/prereq.odc/odc/spellchecker/lib/com directory to APPSERVER_ROOT/lib/ext/

  4. Restart the remote server.


Parent Remote spellcheckers