> This is on a Windows 2000 server workstation.  Using IIS, I 
> have several websites configured.  The "localhost" website 
> points to c:\inutpub\wwwroot, there is an "Administration Web 
> Site" that point to C:\WINNT\System32\inetsrv\iisadmin and 
> then all my websites are built under 
> c:\Websites\{websiteName}.  When I am configuring ColdFusion 
> as I install it in multi-home mode, is there any rhyme or 
> reason to which website I configure CFIDE in?  Does it go in 
> just one website/directory or many of them?
> 
> Secondly, is there any thing I need to do to make sure that 
> ColdFusion will run cfm files from either the IIS webroot 
> (C:\Websites\{websiteName}) or the CF/Jrun webroot 
> (C:\Jrun\servers\{instanceName}\cfusion.ear\cfusion.war\).  
> Thus if I have the url http://playground/index.cfm, index.cfm 
> could be in either of these locations.

These options will all be determined when you install. If you install CFMX
to use the built-in JRun web server, it will serve files from
\jrun4\servers\cfusion\cfusion-ear\cfusion-war. If you install CFMX to use
IIS, it will serve files from the IIS web root. If you install CFMX to use
the built-in JRun web server, then later on configure it to use the IIS
server, it will be able to serve files from both places, based on what web
server actually receives the request. In this case, the CFIDE directory will
be available through the built-in JRun web server, but not through IIS
unless you create a virtual mapping within IIS.

I'm not exactly sure what you want to accomplish, but I often set up
machines to use the built-in JRun web server, then configure them to use an
external web server. I then copy the portions of CFIDE that I want to be
accessible through IIS, to the IIS virtual server root (or in the case of
multiple IIS virtual servers, some directory that I map to each one).
Finally, I use something like ISAPI_Rewrite or URLScan to block specific
requests on IIS (/CFIDE/administrator/, /CFIDE/Main/, /CFIDE/adminapi/)
because these requests will usually work even if the appropriate files don't
exist in the IIS directory.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243053
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to