| | 1 | In 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 | |
| | 3 | ModelGlue (and ColdSpring) must be located in the webroot, or be mapped using your ColdFusion Administrator > mappings, or a mapping in Application.cfc. |
| | 4 | |
| | 5 | If 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 | |
| | 7 | ColdSpring: [http://localhost/coldspring/beans/BeanFactory.cfc] |
| | 8 | ModelGlue: [http://localhost/ModelGlue/gesture/ModelGlue.cfc] |
| | 9 | |