Thursday, February 26, 2009

TinyMCE java spellchecker

I was looking everywhere to find a spellchecker that was java for TinyMCE.... I figured it was needed since I had a Java web app running on tomcat. But! Then I found an article asking why convert.... Apache allows both java and php on the same site. In order to allow my hosting provider to recognize the php pages within my j2ee app I added the following lines:

SetEnvIf Request_URI \.php no-jk
SetEnvIf Request_URI \.cgi no-jk
to my web settings. Then it worked like a charm! So... I know this isn't a solution for those of you looking for a java spellchecker... but it was a solution that worked for me.

No comments: