Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Addressed reviewer's comments in Note text and section 2.8.

...

Excerpt

2.8 Select Java Application Server (Apache Tomcat, Oracle WebLogic Server, etc.) as a Java Web Server application server and configure its settings.

Note

These are additional required steps when installing WebSpellChecker on JavaEE Application Servers on Java application server (Apache Tomcat, Oracle WebLogic Server, etc.):

  • Set the WSC_DIR environment variable. This environment variable must be pointed to the WebSpellChecker installation directory (e.g. WSC_DIR=/opt/WSC).
  • Deploy WebSpellChecker on your Apache Tomcat Application Server. 
Expand
titleClick here to check the WebSpellChecker Deployment Procedure...

Excerpt Include
_include_wsc500_server_deploy_apache_application_server
_include_wsc500_server_deploy_apache_application_server
nopaneltrue

If Apache Tomcat is installed directly with AppServer, add the following two strings to the server.xml file under <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">: 

Code Block
languagepowershell
themeEmacs
<Context docBase="C:/Program Files/WebSpellChecker/WebComponents/WebInterface" path="/wscservice" />
<Context docBase="C:/Program Files/WebSpellChecker/WebComponents/Samples" path="/wscservice/samples" />



...