mambah
21st February 2008, 01:28 PM
I'm having trouble getting up and running with a trial version of JSpell Evolution. I'm trying to use JSpell in an existing application that is deployed as a war file in Tomcat 5.5. I deployed the jspellEvolution.war to the same server, and copied over the files from the expanded deployment directory to my application's deployment directory. For example, I copied over the JSpell image files, jspellEvolution.js, jspellSettings.js, enUs.jar, and jspellEvolutionServer.jar to the appropriate locations in my app. I also changed my web.xml to point to the location of the dictionary file. Futhermore, I added the two JavaScript statements in one of my JSPs according to the user guide. Everything starts fine in Tomcat, but on my page, nothing happens when I type text into a text area. If someone could offer any suggestions, I'd appreciate it. Thanks.