Changes between Initial Version and Version 1 of FAQs/WhereMustFrameworkDirectoriesBeLocated

Show
Ignore:
Timestamp:
06/07/11 17:10:17 (15 years ago)
Author:
anonymous (IP: 98.71.226.254)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQs/WhereMustFrameworkDirectoriesBeLocated

    v1 v1  
     1In order for Model Glue applications to work properly, the ModelGlue directory (and the ColdSpring directory) must be in the right spot. This is because ColdFusion has a way to locate components in other directories. 
     2 
     3ModelGlue (and ColdSpring) must be located in the webroot, or be mapped using your ColdFusion Administrator > mappings, or a mapping in Application.cfc. 
     4 
     5If you want to test whether each directory is in the correct spot, browse to each URL below. If you get a '''404''' or '''Page Can Not Be Displayed''' error, your directory location is incorrect. 
     6 
     7ColdSpring: [http://localhost/coldspring/beans/BeanFactory.cfc] 
     8ModelGlue: [http://localhost/ModelGlue/gesture/ModelGlue.cfc] 
     9