Hi,

I'm using the currently OpenBD / Jetty bundle and tryign to set up a
mapping to ModelGlue but am running into some problems.

My bluedragon.xml has this:

  <cfmappings>
    <mapping name="/ModelGlue">
      <directory>C:/www/cf-frameworks/ModelGlue</directory>
      <name>/ModelGlue</name>
    </mapping>
  </cfmappings>

But when I go to run my app I get the following error:

Type    MissingInclude
Detail  The file /ModelGlue/ModelGlue.cfm could not be located
Missing File    /ModelGlue/ModelGlue.cfm
Tag Context     CFINCLUDE: Line=27; Column=12
Source

24:
25:
26: <!--- If your path to ModelGlue.cfm is different, you'll need to
change this line. --->
27: </cfsilent><cfinclude template="/ModelGlue/ModelGlue.cfm" />

^ Snippet from underlying CFML source

It works find if I make ModelGlue a subdir of my webroot however.

Am I missing something?  Is there anything I need to do in Jetty as
well?  Or should that work?

Many thanks,
Andrew.

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to