Changes between Version 8 and Version 9 of Training/Section01

Show
Ignore:
Timestamp:
06/07/11 14:24:25 (15 years ago)
Author:
DanWilson (IP: 98.71.226.254)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Training/Section01

    v8 v9  
    1919 
    2020'''* Note:''' If you already have these setup w/mappings you may get an error. Disable the mappings while doing the training. 
     21 
     22== If You Have Errors At This Point == 
     23 
     24 
    2125'''* Note:''' If you can not complete these steps, it's likely you do not have the files in your webroot. /ModelGlue, /ColdSpring, /PlantOMatic and /Reactor should all be in sibling directories. (All at the same level.) If each directory can not be placed in the webroot, you will need to create a mapping in your ColdFusion Administrator ( Or in Application.cfc if you prefer ) 
    2226 
     27'''* To Find The Problem:''' Use your web browser to click on each link below. If you get sent to the CF Component Browser, your directory location is correct. If you get a 'Page Not Found' or a '404' page, your directory location is not correct and you need to move the framework to a sibling location of PlantOMatic, or add a mapping to your ColdFusion Administrator. Unless all frameworks are in the expected location, PlantOMatic will not run.  
     28 
     29 
     30''ColdSpring: '' [http://localhost/coldspring/beans/BeanFactory.cfc][[BR]] 
     31''ModelGlue: '' [http://localhost/ModelGlue/gesture/ModelGlue.cfc][[BR]] 
     32''Reactor: '' [http://localhost/reactor/reactorFactory.cfc][[BR]] 
     33''PlantOMatic: '' [http://localhost/PlantOMatic/controller/GlobalController.cfc][[BR]] 
    2334 
    2435----