Install a remote spell checker
If you plan to use a spell checker, install it remotely.
To install a remote spell checker:
- Copy the SpellChecker.ear file from the $PORTAL_HOME/lwo/prereq.odc/odc/spellchecker/remoteSpellchecker directory.
- Use the administrative console to deploy SpellChecker.ear onto the remote server. Specify /wps/spellcheck as the context root.
You 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, which resides in the SpellChecker.ear 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>The context root value should also be updated in the SpellCheckconfig.properties of the Portal server.
- Copy the following files and folder to the remote server:
- $PORTAL_HOME/lwo/prereq.odc/odc/spellchecker/lib/spcommon.jar to WAS_HOME/lib/ext/
- com folder located in $PORTAL_HOME/lwo/prereq.odc/odc/spellchecker/lib/ to WAS_HOME/lib/ext/
- Restart the server.
Parent
Set up a remote spell checker