I already installed the java ConnectorServlet according to the manual, but the client javascript is still asking for the php connector, not the java connector.
The manual at
http://java.fckeditor.net/connector.html
tells how to write the XML to launch the servlet on the server, but it does not explain how to configure the client javascript to ask for the java connector instead of the php connector, nor anything about the client side.
Merely having the ConnectorServlet running does not affect which URL the javascript will ask for.
RTQ: The question is how to configure the javascript (not the java servlet XML) so that the browser will ask for the java connector instead of the php connector. There is nothing about configuring the javascript to use the java ConnectorServlet in that manual or any other manual I could find. If there is another manual about configuring the javascript to use the java connector, would you please tell me where it is. If not, would you please explain how this is done.
Thank you.
Wed, 06/10/2009 - 23:06
#1
Re: connector.html does not explain javascript configuration cha
It seems like you are not aware how to read a web.xml. Refer to this and try to understand. There is no need for me to document something which is not necessary. You should always start with the demo webapp.