﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
104	Issues with Connector Servlet in Tomcat5.5	packs808	Michael Osipov	"For some reason I had problems with the Servlet mapping with the Connector and SimpleUploader Servlets.

The long mapings, e.g:
<servlet-mapping>
<servlet-name>Connector</servlet-name>
<url-pattern>/fck/editor/filemanager/browser/default/connectors/jsp/connector</url-pattern>
</servlet-mapping>

Didn't seem to work. The server returned a 404 when trying to access it.

I had to replace it with:
<url-pattern>/servlet/connector</url-pattern>
and now I could access the Servlet OK.

And then in the fckconfig.js, change the following line:
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + ""filemanager/browser/default/browser.html?Type=Image&Connector=/servlet/connector"" ;

It seems the relative paths didn't work in my Tomcat setup.
I'm using FCK2.4, Tomcat/5.5.20 and Java 1.5.0_07-b03.

Note I'm not using any JSP pages - only Javascript to write the editor code.

Not sure if this is a bug or something I was doing wrong but it now works.
I imagine it may be related to Tomcat and those long paths.
"	Bug	closed	Normal	FCKeditor.Java 2.4	Server : Java	FCKeditor 2.4	fixed	Servlet	
