PDA

View Full Version : JDX Path : null


sjoo822
5th February 2008, 06:09 PM
I'm thinking about purchasing JSpell HTML, but I just can't get the trial version to work. I have a really tight schedule to meet, so if someone could help me with this ASAP, I'd appreciate it so much.

Basically, I deployed the jspell HTML war on a Sun App Server (8.2) and modified the web.xml file to give the correct absolute path as following:

<param-name>jspellLexicons</param-name>
<param-value>e:\\jspell\</param-value>

And then I copied the lex_enUS.jdx file into e:\jspell.

After the server restart, I tried to test the spell checker from the test.html file, I get an error saying that the configuration is not done properly and I see error logs showing that JDX Path is null.

[#|2008-02-05T10:16:09.424-0500|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID =11;|
| JDX Path: null

I followed exactly what the documentation said. But is there something missing???

staff
12th February 2008, 12:40 AM
It looks like the path is incorrect... you'll need TWO backslashes in your path e.g. e:\\jspell\\