Install and Configure JSpell Spell Checker SDK (Optional)
JSpell Spell Checker SDK is a third-party product from Page Scholar Inc (http://www.jspell.com/
). You can use it to check the spelling of text objects in Oracle Clinical DCM and DCI graphic layouts. You must purchase the product separately.
For more information, see:
- Install JSpell on Oracle Application Server
- Install the JSpell WAR File on the WebLogic Server
- Update the mod_wl_ohs.conf File for JSpell
- Stop and Start Oracle HTTP Server (OHS)
- Test the JSpell Servlet
- Change the Lexicons Directory if Necessary
- Update the formsweb.cfg File for JSpell
- Update the Windows System Registry for JSpell
- Test JSpell in the Graphic Layout Editor
Parent topic: Install the Oracle Clinical Front End
Install the JSpell WAR File on the WebLogic Server
To install the JSpell .war file on the WebLogic server:
Update the mod_wl_ohs.conf File for JSpell
By default JSpell uses port 7221. To make this work with either HTTP port 8888 or HTTPS port 443, edit mod_wl_ohs.conf and restart OHS.
To update the mod_wl_ohs.conf file:
Test the JSpell Servlet
To test the JSpell Servlet:
If the status page opens without error, JSpell is installed properly.
Change the Lexicons Directory if Necessary
If the Application Server and JSpell directories are located under the same parent directory; for example, C:/oracle and C:/jspell, then you can skip this step. If they aren't in the same parent directory, you must map JSpell's lexicons directory:
- Navigate to the following directory:
ORACLE_HOME
\j2ee\opa\applications\jspellsdk \jspellsdk\WEB-INF
- Open the web.xml file.
- Find the following lines in the web.xml file:
init-param param-name indexDirectory/param-name param-value/jspell//param-value /init-param
- Change the
/jspell/
text string to the location of the lex_enUS.jdx file on the Application Server.
Test JSpell in the Graphic Layout Editor
If you already have a study set up that uses the Graphic Layout Editor:
- In Oracle Clinical, navigate to a study DCM.
- From the Special menu, select Graphic Layout, then Edit. The Graphic Layout Editor opens.
- From the Edit menu, select Spell Check Current.
- If you receive a warning that the application is unsigned, click Run. The system displays the first misspelled word it finds and suggests alternative spellings.
- To find another misspelled work, select Find Next Misspelling from the Edit menu.
If you do not already have such a study set up, see Oracle Clinical Creating a Study.