You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • Choose Java Application Server (Apache Tomcat, Oracle WebLogic Server, Oracle GlassFish Server, etc.) option to run WebSpellChecker on Apache Tomcat Application Server (Option 2) and press Enter.
Step 8: Choose Web or Application Server type.

Select a particular web or application server which will be used for the WSC application server running.

	1. Apache HTTP Server
	2. Java Application Server (Apache Tomcat, Oracle WebLogic Server, Oracle GlassFish Server, etc.)
	3. Other

Input the number from 1 to 3: 2

Here are additional required steps when installing WebSpellChecker on JavaEE Application Servers (Apache Tomcat):

  • Specify WSC_DIR environment variable. It must be pointed to the WebSpellChecker installation directory (for example, WSC_DIR=/opt/WSC).
  • Deploy WebSpellChecker on your Apache Tomcat Application Server. 

  • Copy spellcheck.war from J2EEServersComponents to the Apache Tomcat /webapps directory.
  • Start Apache Tomcat, or stop and start if it is already running.

spellcheck.war should be automatically unpacked, otherwise unpack it manually.

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">

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


  • No labels