Hi there. I have a few websites using fckeditor.
The problem i have is that the hosting company uses load balancers so they have asked me to move the userfiles folder somewhere else, maby even on a different server. I have considered using a listener to synchronise the userfiles folders but the hosting company doesnt agree with this option. What about NFS?? how would i need to configure fck to support this?
What are my options? After searching the web i havent found much that helps me. I have tried specifying the userfiles path and absolute path to "c:\test\userfiles" for example just to try but i get an invalid folder error.
Could you point me to the right direction please??
Thanks in advance
The problem i have is that the hosting company uses load balancers so they have asked me to move the userfiles folder somewhere else, maby even on a different server. I have considered using a listener to synchronise the userfiles folders but the hosting company doesnt agree with this option. What about NFS?? how would i need to configure fck to support this?
What are my options? After searching the web i havent found much that helps me. I have tried specifying the userfiles path and absolute path to "c:\test\userfiles" for example just to try but i get an invalid folder error.
Could you point me to the right direction please??
Thanks in advance
Re: Userfiles path options
I used a new version of the core library and selected the ServerRootPathBuilder implementation of UserPathBuilder, here is the conf for fck
connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl
connector.userFilesAbsolutePath=c:/temp/userfiles
connector.impl=net.fckeditor.connector.impl.LocalConnector
connector.userFilesPath=/userfiles
connector.userPathBuilderImpl=net.fckeditor.requestcycle.impl.ServerRootPathBuilder