Has anyone got fckeditor working on Jrun4. If I add fckeditor-java-core-2.4.jar to the lib directory, The error I get when I start Jrun is
[2]jrun.jsp.compiler.JRunTagLibraryInfo$InvalidTLDElementException: The tag example on line 79 is not a valid TLD element
at jrun.jsp.compiler.JRunTagLibraryInfo$TLDParser.startElement(JRunTagLibraryInfo.java:613)
at jrunx.util.SAXReflectionHandler.startElement(SAXReflectionHandler.java:24)
at org.xml.sax.helpers.XMLReaderAdapter.startElement(XMLReaderAdapter.java:333)
at org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376)
I think it is jrun's jsp version compatability issue. How can I get over this issue? Any help would be greatly appreciated.
Thanks
Vallikun
[2]jrun.jsp.compiler.JRunTagLibraryInfo$InvalidTLDElementException: The tag example on line 79 is not a valid TLD element
at jrun.jsp.compiler.JRunTagLibraryInfo$TLDParser.startElement(JRunTagLibraryInfo.java:613)
at jrunx.util.SAXReflectionHandler.startElement(SAXReflectionHandler.java:24)
at org.xml.sax.helpers.XMLReaderAdapter.startElement(XMLReaderAdapter.java:333)
at org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376)
I think it is jrun's jsp version compatability issue. How can I get over this issue? Any help would be greatly appreciated.
Thanks
Vallikun
Re: JRUN4 with fckeditor
says that JRun has JSP 1.2 and servlet 2.3 support only. Our requirements say that you need JSP 2.0 and Servlet 2.4 support. This could be the problem. What you can do: download the src distro, adapt the TLD to JSP1.2 and recompile it. It should work with your old evironment.