I solved it with a hack. There's an xml file that specifies the root directory. 
Normally its c:\cfusionmx\wwwroot. This was changed to d:\htdocs (my root web 
directory). All of the sub domains are contained within that location. The switch 
described in the KB article did not help at all as a file with the name index.cfm in 
d:\htdocs took precedent over a file named index.cfm in a different domain on the box. 
The solution was to set the root directory according to CFMX to somewhere that had no 
files in it. This resulted in the calls to houseoffusion.com and the calls to 
cfcomet.com to be resolved properly.
There's still an issue with all the classes caching and includes as well as some nasty 
500 errors being thrown, but on the whole, it's good with the domains.


> Simon
> 
> That's what the KB article said that Michael pointed out in his first
> post said.  
> 
> Tom
> 
> -----Original Message-----
> From: Simon Horwith [mailto:[EMAIL PROTECTED]] 
> Sent: Sunday, July 07, 2002 3:02 AM
> To: CF-Talk
> Subject: RE: IP-Less domains with MX
> 
> 
> Mike,
>   I've seen this before. Your problem lies in the fact that the JRUN
> proxy is caching template compilations.  There is a flag you need to
> throw in one of your XML config files (I believe it was JRUN.XML or
> something like that). Sorry I'm not more help at the moment - I'm
> heading off to bed right now, but feel free to shoot me an email in the
> morning if you still don't have it working (I spent several hours
> trouble shooting the server hosting cflib.org along with Ray Camden and
> his network admin... we were experiencing the exact same behavior).
> 
> ~Simon
> 
> Simon Horwith 
> Macromedia Certified Instructor 
> Certified Advanced ColdFusion 5 Developer 
> Fig Leaf Software 
> 1400 16th St NW, # 500 
> Washington DC 20036 
> 202.797.6570 (direct line) 
> www.figleaf.com 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, July 07, 2002 00:59
> To: CF-Talk
> Subject: IP-Less domains with MX
> 
> 
> According to this KB
> (http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&Method=Full)
> all you have to do when dealing with multiple domains on a box is change
> a single attribute from true to false. This does not seem to be working
> properly as you can see from www.cfcomet.com and www.nycfug.org. Both
> sites are trying to access the root page for www.houseoffusion.com. Not
> the desired effect. Anyone have a clue as to what's up? 
> This only seems to be happening when dealing with .cfm files. .htm files
> are going ok (as can be seen at www.jmpublishers.com)
> 
> Michael Dinowitz
> Master of the House of Fusion
> http://www.houseoffusion.com
> 
> 
> 
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to