asp的到用过,jsp没有具体用过,你参考一下下面的地方,讲的很详细
http://www.blogjava.net/oksonic/archive/2006/05/11/45687.aspx

解决方案 »

  1.   

    http://hudan5452.itpub.net/post/19781/217127
      

  2.   

    1.在web.xml里配置      
      <taglib>
        <taglib-uri>/FCKeditor</taglib-uri>
        <taglib-location>/WEB-INF/tlds/FCKeditor.tld</taglib-location>
      </taglib>2.FCKeditor API 调用 (必须加头文件 <%@ page language="java" import="com.fredck.FCKeditor.*" %> )
    --%>
    <%--
    <form action="show.jsp" method="post" target="_blank">
     <FCK:editor id="content" basePath="/FCKeditor/"
           width="700"
           height="500"
           skinPath="/FCKeditor/editor/skins/silver/"
           toolbarSet = "Default"
     >
     input
            </FCK:editor>
    <input type="submit" value="Submit">
    </form>
    --%>
      

  3.   

    我手头的一点资料已经发到你EMAIL里去了。