fckeditor在本地没问题,到win2003服务器上就不能用
本地测试一切OK,但传到服务器上传图片找不到路径:
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: Not Found (404)
Requested URL:
/fckeditor/editor/filemanager/connectors/jsp/connector.jsp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1322279108410
Response text:
、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
请求 URL:
http://www.leixundr.com/fckeditor/editor/filemanager/connectors/jsp/upload.jsp?Type=Image
请求方法:
POST
状态码:
HTTP/1.1 404 Not Found
、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、
[解决办法]
检查路径。
本地和2003 server上应用系统的目录不一致,而可能某些调用是采用绝对路径
[解决办法]
应该就是路径的问题!
<Host name="外网IP" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"><Context path="/" docBase="D:\tomcat\webapps\A" /> </Host>