| Contents > Configuring and Administering ColdFusion MX > Web Server Management > Advanced configurations > Multihoming |
|
|
|
|
||
In a multihomed environment, you have multiple virtual hosts (also known as virtual sites) connected to a single ColdFusion server. You might use these virtual hosts for separate applications, such as HR, payroll, and marketing or for separate users in a hosting environment.
Note: You use web-server-specific methods to create separate virtual websites for each use.
Two important multihoming configuration tasks are copying the cfform.js file and disabling the cacheRealPath attribute:
cfform tag, you must enable the virtual website to find the JavaScript files under the CFIDE/scripts directory. You can either copy the original_web_root/CFIDE/scripts directory to a CFIDE/scripts directory on your virtual website or modify the cfform tags to use the scriptsrc attribute to specify the location of the cfform.js file.cacheRealPath attribute to false for the ProxyService in the jrun.xml file).The procedures you perform to enable multihoming differ for each web server:
|
|
||
| Contents > Configuring and Administering ColdFusion MX > Web Server Management > Advanced configurations > Multihoming |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/websea10.htm
Comments
jrunrandy said on Sep 8, 2003 at 6:25 AM :