解决了 本地运行好使 但是到了 服务器上运行fckeditor 出问题!
地址属性:
res://ieframe.dll/dnserror.htm#http://fckeditor/editor/fckeditor.html?InstanceName=content&Toolbar=Default
tomcat server.xml
<Host name="域名" debug="0" appBase="E:\apache-tomcat-6.0.20\webapps\dwjl"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<!-- 错误-->
<Context path="/" docBase="E:\apache-tomcat-6.0.20\webapps\dwjl" debug="0"/>
<!-- 正确-->
<Context path="" docBase="E:\apache-tomcat-6.0.20\webapps\dwjl" debug="0"/>
.................
本文解决了FCKeditor在本地运行正常但在服务器上出现问题的情况。通过调整tomcatserver.xml文件中Context元素的path属性,从/更改为,成功解决了FCKeditor在服务器上的运行问题。
1888

被折叠的 条评论
为什么被折叠?



