http://java.fckeditor.net
<servlet> <servlet-name>Connector</servlet-name> <servlet-class>net.fckeditor.connector.ConnectorServlet</servlet-class> <load-on-startup>3</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Connector</servlet-name> <url-pattern>/fckeditor/editor/filemanager/connectors/*</url-pattern> </servlet-mapping>
connector.userActionImpl = net.fckeditor.requestcycle.impl.UserActionImpl connector.userFilesPath = /assets/content/fck connector.resourceType.file.path = /file connector.resourceType.image.path = /photo connector.resourceType.flash.path = /flash
<%@ taglib uri="http://java.fckeditor.net" prefix="FCK" %> <FCK:editor instanceName="details"> <jsp:attribute name="value"><%= details %></jsp:attribute> </FCK:editor>

Re: Java Tomcat Deployment
to answer your first question:
The answer is simply:
Your problem:
Please set the net.fckeditor.* logger hiearchy to log level DEBUG. You should see DEBUG params which the Connector is supplied. Try to check if they really match your invironment. This should help you to surround the problem.
Mike
Re: Java Tomcat Deployment
I encouter the same problem, so I tried to put the log level to DEBUG into log4j.xml :
But it seems to don't give me more informations. I'm pretty begginer at Log4j...
Have you any idea ?
Thanks
Ced
Re: Java Tomcat Deployment
Re: Java Tomcat Deployment
Ced
Re: Java Tomcat Deployment
www.coreservlets.com