Hi all,
I have used FCKeditor ver 2 on windows within struts, it works fine, now i am installing the FCKeditor on linux within struts but i am getting few problems, I hope somebody knew the solutions for this. I have installed FCKeditor in a 'management' folder and then created the 'context path' in tomcat 5 as following
<context path="/management/FCKeditor" docBase="/home/jay/public_html/management/FCKeditor/web"/>
and in editor.jsp is
oFCKeditor.setBasePath("/management/FCKeditor");
for the struts.config.xml i have set following path
<forward name="success" path="/management/FCKeditor/web/editor.jsp"/>
but when i call it in browser it show me following message
HTTP Status 404 - /management/FCKeditor/editor/fckeditor.html
type Status report
message /management/FCKeditor/editor/fckeditor.html
description The requested resource (/management/FCKeditor/editor/fckeditor.html) is not available.
Tue, 10/03/2006 - 00:04
#1