<html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> </head> <body> <h1>EditionFCKeditor - JSP - Sample 7</h1> <hr> <form action="sampleposteddata.jsp" method="post" target="_blank"> <FCK:editor id="EditorDefault" basePath="/FCKeditor/" fullPage="true" height="80%" width="80%" baseHref="<%=basehref%>" imageBrowserURL="<%=imageBrowserURLS%>" linkBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Connector=connectors/jsp/connector" flashBrowserURL="/FCKeditor/editor/filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/jsp/connector" imageUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Image" linkUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=File" flashUploadURL="/FCKeditor/editor/filemanager/upload/simpleuploader?Type=Flash"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><jsp:include page="<%=urlpasse%>" /> </FCK:editor> <br> <input type="submit" value="Submit"> </form> </body> </html>
http://machine/doc/dom1/

RE: Dynamic path for Images with Java (howto)
Can anyone tell me how to change these paths to match up?
RE: Dynamic path for Images with Java (howto)
I'm sorry but I didn't worked on FCKEditor for a long time, I'll try to get it working again and then I'll try to see what's causing your problem. But maybe you found already a solution, if it is so, just tell me (and maybe publish your solution here).