Essentially, yes. Somehow, ColdFusion has to know where these CFCs are in order to use them.
You pretty much have to either put ModelGlue and ColdSpring in the webroot, or provide a mapping for it. This is just the way ColdFusion deals with CFC paths. You mentioned you do not have access to the webroot. I assume you mean the ColdFusion root. If so, that is ok, you just need to set up a virtual host and put your frameworks and code in there. Having a host that doesn't let you create a virtual host or such, would be strange. DW On Tue, Feb 24, 2009 at 6:02 PM, Monica <[email protected]> wrote: > > My application is in a subdirectory off of webroot and off of the main > domain name, and I only have access to that subdirectory. I cannot > use mappings. So I just put everything in my subdirectory under their > own directories just to see if it would work. So am I out of luck? > > On Feb 24, 3:39 pm, Dan Wilson <[email protected]> wrote: > > For this to work, you will either need to have ColdSpring and ModelGlue > in > > your webroot, or use mappings. > > What is the URL you are using to load your application? Where is > ColdSpring > > and ModelGlue in relation to the webroot? > > > > DW > > > > > > > > > > > > On Tue, Feb 24, 2009 at 5:23 PM, Monica <[email protected]> wrote: > > > > > Hi, I'd like to give Model-Glue a try but I'm having troubles > > > installing everything. The issue is that I do not have access to > > > webroot and I cannot change anything in CFadmin (that means no > > > mappings). CF is also not allowed to write to the file system (is > > > this an issue? this is why I can't use a current version of > > > Fusebox). This is not a shared host and I can't change any of these > > > factors. It's just how it is. But I'd still like to use a framework. > > > > > I didn't find any installation instructions for ColdSpring and the > > > Model-Glue installation instructions say it's a requirement, so I just > > > made a directory and put the files in it. So here's what I have: > > > > > ColdSpring > > > ColdSpring/framework > > > ColdSpring/support > > > ModelGlue > > > ModelGlue/actionpacks > > > ModelGlue/Bean > > > (etc.) > > > > > Next, I followed all of the QuickStart 1 instructions at > > >http://docs.model-glue.com/ > > > and I have some more directories: > > > > > config > > > controller > > > css > > > model > > > views > > > > > I changed ColdSpring.xml, ModelGlue.xml, Application.cfm and > > > index.cfm. I loaded the page in a browser window and received the > > > following error: > > > > > Could not find the ColdFusion Component or Interface > > > coldspring.beans.DefaultXmlBeanFactory. > > > > > Rather than setting out to fix this error I thought I'd run this > > > installation by all of you. Will it work? What else should I > > > change? Thanks! > > > > -- > > “Come to the edge, he said. They said: We are afraid. Come to the edge, > he > > said. They came. He pushed them and they flew.” > > > > Guillaume Apollinaire quotes- Hide quoted text - > > > > - Show quoted text - > > > -- “Come to the edge, he said. They said: We are afraid. Come to the edge, he said. They came. He pushed them and they flew.” Guillaume Apollinaire quotes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
