Terminology |
The Configuration Changes |
Configuration Examples |
so the directory path on the file system could be c:\inetpub\wwwroot\marketing. This is addressed as www.ektron.com/marketing in the browser. eMPower is a virtual directory into the marketing directory. Because the section of the site that is being managed by eMPower is a subdirectory off of the site root, you need to create a ColdFusion mapping for /marketing/ but because empower is a virtual directory into that marketing folder, the ColdFusion mapping will actually read /marketing/empower. This will point to where the eMPower directory physically exists on the file system. You need to the mapping like this so ColdFusion is able to find the eMPower directory correctly.
The setup for this configuration is very close to Configuration 3 except that instead of having eMPower as a virtual directory into a sub directory of a site, it is a virtual directory into a site root. eMPower is a physical directory under the web root. The web root could be addressed as some IP address and the site root could have its own domain, but the point is that in this configuration, the web root and site root have different addresses. So, in this example, we have the web root at c:\inetpub\wwwroot and the site root is a sub directory called ektron. The web root has a different IP address than the site root.
This configuration is very similar to configuration 1 except that that the web root and site root are two different directories. In our example, the web root is c:\inetpub\wwwroot and the site root is c:\inetpub\wwwroot\ektron and empower is a physical folder in the site root folder. In this configuration, we will need to create a ColdFusion mapping for just “/” that points to the web root. By default, when you install ColdFusion, it normally creates this mapping. Below is what the configuration settings should look like for this configuration
physically installed there. In this configuration, you would have to create a ColdFusion mapping for the site root. In this case the ektron folder and it would point to d:\ektron. You would also need to make sure that a ColdFusion mapping existed for just “/” and that it pointed to your web root, in this case c:\inetput\wwwroot.