delliott
27th December 2007, 03:19 PM
Hello
I am attempting to get the trial version working on Oracle Application Server 10.1.2. I can get the test.html file to perform a spell check, but it seems as though the library containing the dictionary is not loaded.
My exact steps for installing were this:
1. Deploy WAR file to an existing OC4J instance.
2. Change the web.xml file as such:
jspellLexicons parameter--switched the <param-value> tag to use a path that is applicable to where this file is on the application server. Therefore, I replaced "/jspell/" with "/u03/app/oracle/product/10.1.2.0/j2ee/OC4J_appISpvhs/applications/jspellhtml2k4/".
THis is the path to top folder where the WAR file was extracted.
I am suspicious this needs to be something else, but I cannot find any documentation to tell me for certain. If anyone knows, please advise.
Thanks,
I am attempting to get the trial version working on Oracle Application Server 10.1.2. I can get the test.html file to perform a spell check, but it seems as though the library containing the dictionary is not loaded.
My exact steps for installing were this:
1. Deploy WAR file to an existing OC4J instance.
2. Change the web.xml file as such:
jspellLexicons parameter--switched the <param-value> tag to use a path that is applicable to where this file is on the application server. Therefore, I replaced "/jspell/" with "/u03/app/oracle/product/10.1.2.0/j2ee/OC4J_appISpvhs/applications/jspellhtml2k4/".
THis is the path to top folder where the WAR file was extracted.
I am suspicious this needs to be something else, but I cannot find any documentation to tell me for certain. If anyone knows, please advise.
Thanks,