Portal, V6.1
Configure access to a remote spell checker
Configure access to run spell checker on a remote server.
To configure access to a remote spell checker server, perform the following configuration task using the Customization Dialog on the local portal server.
- Locate the SpellCheckConfig.properties file in the following directory on the portal server:
- UNIX:WP_PROFILE/PortalServer/config/com/ibm/wps/odc/spellchecker/util/
i5/OS:
WP_PROFILE/PortalServer/config/com/ibm/wps/odc/spellchecker/util/
- Update the SpellCheckConfig.properties file with the remote server information:
- RemoteHost=remote server host.name
- RemotePort=remote server port number
- Remote=true
- SpellCheck_Remote_Context=/remote_context_root/spellcheck
- SpellCheck_Context=/local_context_root/spellcheck
The remote_context_root is the context root of the spell checker service being hosted on the remote server. The local_context_root is the context root of the portal server accessing the remote server.
To determine the remote server port number:
- Log in to the console using this URL: http://<remote server name>:10001/ibm/console.
- Click on Servers > Application server > server1.
- Click Ports.
- Locate the port listed for the parameter WC_defaulthost. This is the remote server port number.
- Save the changes.
- Restart the server.
If the portal server is securely protected using SSL, then the remote spell checker must be configured to use SSL as well.
The RemotePort must be set to the secure SSL port on the remote application server that is hosting the spell checker service. The remote server must import the portal server's client certificate into its SSL configuration repertoire's
truststore and into the cacerts file found under the /AppServer/java/jre/lib/security directory on the remote server. The portal server must also import the remote server's client certificate into its SSL configuration repertoire's truststore and into the cacerts file found under the /AppServer/java/jre/lib/security directory on the portal server.
Parent topic
Set a remote spellcheckerPrevious topic:
Set up a remote spell checker
Parent topic
Use the rich text editor