Hi-
System set up: Windows XP
Java 1.4
Tomcat 5.0.28
-I successfully installed FCKeditor with Tomcat initially. When I attempted so install to integrate with Java, I received an error.
-I unpacked the Java Integration Library, and then unpacked the FCKeditor release into the web directory under the JIL directory
-I created a context in Tomcat for the webapp called "FCKeditor" that points to: FCKeditor\web
When I attempt to navigate to http://localhost:8080/FCKeditor/_samples/
I can see the top of the page with the list box of JSP samples, but underneath I get an error:
The requested resource (/FCKeditor/editor/fckeditor.html) is not available.
my app structure is:
-webapps
-FCKEditor
-web
-fckeditor
-editor
fckeditor.html
I'm not sure why it can't find the file that I see is in the directory.
Thanks for any help!
Mon, 11/05/2007 - 22:37
#1
Re: theoretically easy install question
Hi-

I solved the problem. Basically when I unzipped the FCKeditor release into the web directory under the JIL directory, I unzipped it in such a way that it added an extra directory, which prevented the paths from working properly.
Thanks for looking at this to anyone that did!
Tobi