WebSphere

 

Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows

 

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.

  1. Locate the SpellCheckConfig.properties file in the following directory on the portal server:

  2. 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:

    1. Log in to the administrative console using this URL: http://<remote server name>:10001/ibm/console.

    2. Click on Servers > Application server > server1.

    3. Click Ports.

    4. Locate the port listed for the parameter WC_defaulthost. This is the remote server port number.

  3. Save the changes.

  4. 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:

Setting up a remote spell checker

 

Related tasks
Installing a remote spell checker