Dear Sir,
I have a question about FCKeditor.
The server environment as following:
1.Operation System : UNIX
2.Web Server: Resin
3.FCKeditor for java ver 2.3
4.FCKeditor 2.1.1
The website directory structure as following:
+webapps\
+en\
+FCKeditor\
+WEB-INF\
First, I key in http://<My site>/en/FCKeditor/_samples/index.jsp into web site.
And then, I push button Insert/Edit Image function into Image Attribute screen.
And then, The web site showing JavaScript error when I push button Browser Server into FCKeditor Resources Browser.
This JavaScript error message as following:
Line: 120
Char: 2
Error: Object required
Code: 0
URL: http://<My Site>/en/FCKeditor/editor/filemanager/browser/default/frmresourceslist.html
Please tell me, How can I deal with this problem?
Thanks your helping so much.
Best Regards,
Albert Wang
Wed, 11/16/2005 - 17:24
#1
RE: About problem of FCKeditor in java error
SimpleUploader , Connector
They must be from FCKditor Root!
For exmaple:
I put FCKditor in tomcat_home/FCKditor
The servlet should be:
<servlet-mapping>
<servlet-name>Connector</servlet-name>
<url-pattern>/FCKeditor/editor/filemanager/browser/default/connectors/jsp/connector</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>SimpleUploader</servlet-name>
<url-pattern>/FCKeditor/editor/filemanager/upload/simpleuploader</url-pattern>
</servlet-mapping>