- 浏览: 2764 次
- 性别:
- 来自: 北京
最新评论
文章列表
1 下载fckeditor包
地址:http://ckeditor.com/download FCKeditor 2.6.6
2 项目部署
将FCKeditor_2.6.4.zip解压缩,将整个目录FCKeditor复制到项目的根目录下,
目录结构为:和WEB-INF平级
3 整合web.xml
将以下代码放入web.xml中
<servlet>
<servlet-name>Connector</servlet-name>
<servlet-class>
n ...