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