I have a website license for CKFinder and want to install it so that it is accessible to multiple applications that are available from the one domain.
www.mydomain.com
- www.mydomain.com/application1
- www.mydomain.com/application2
- www.mydomain.com/application3
- www.mydomain.com/application4
Since each application has its own session variable space defined in its own application.cfm file, I cannot access a shared installation of CKFinder or FCKEditor from within each application.
My work-around solution was to install a copy of FCKEditor and CKFinder in the root folder for each application - which is messy, but at least it worked. However, I would much rather install a single copy of FCKEditor and CKFinder in the root folder of mydomain. Is this possible?
Now that it's coming time to upgrade it's becoming pretty obvious how much extra work I've created for myself.
Cheers,
Chris Gaelic
Sat, 06/14/2008 - 04:18
#1
Re: Setting up multiple applications under one domain
It is a ColdFusion specific issue. Due to sessions being unique in each application it is a problem to use the same CKFinder installation in various applications (as long as you need to use session variables). I can't help you at this moment, but I will try to find an easy way to set up multiple applications in the future.
I think it should be doable even at this moment to use one FCKeditor across multiple applications, you can assign specific settings to the FCKeditor during startup using "config" structure:
(for full example, take a look at example 4 in _samples/cfm). This configuration setting also may come handy: CustomConfigurationsPath.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+