Error When Using the WebAccess Spell Checker
Articles and Tips: qna
01 Oct 1999
Q.
Dear Ab-end: I launch my GroupWise WebAccess server by typing STRTWEB5. But when I type SWSERVER, I get this error: "Can't find class Collexion/ WebAccessSpell/Server/Spell-Server". What's going on?
—Erroneous in Erie
A.
Dear Erroneous: To run the spell checker, the user must either be in the correct directory or have the batch file change to the correct directory before attempting to run the speller. Not being in the correct directory is usually the reason for the error message you are seeing.
Here are some examples of how the batch files (to launch speller) should look.
For NetWare the .NCF file should look similar to this:
# *** Start the GroupWise WebAccess Spell Server # *** The java.nlm must already have been loaded # *** Set the following: # *** -ns (provide a new screen for the speller process) # *** -mp0 (run on processor 0) # *** -ms4m (startup memory allocation) # *** -envCWD (the speller location) # *** Start the server with the following three parameters # *** -Interface language (en) # *** -Port number (9010) # *** -Maximum number of returned suggestions (10) java -ns -mp0 -ms4m -envCWD=\Novonyx\suitespot\docs Collexion.WebAccessSpell.Server.SpellServer en 9010 10
For Windows NT the .BAT file should look similar to this:
@echo off rem *** Start the GroupWise WebAccess Spell Server rem *** Move to the speller location (c:\Inetpub\wwwroot) c: cd \Inetpub\wwwroot rem *** Start the server with the following three parameters rem *** -Interface language (en) rem *** -Port number (9010) rem *** -Maximum number of returned suggestions (10) c:\Novell\jvm\bin\jre -cp c:\Inetpub\wwwroot Collexion.WebAccessSpell.Server.SpellServer en 9010 10
* Originally published in Novell AppNotes
Disclaimer
The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.