Multiple Sites in IIS

2002-09-25 Thread Shahzad.Butt

Does anyone has faced the problem of having multiple websites in IIS
(using CFMX). Whats happening with us is that Page is not being
refreshed neither is it looking for new files if we add new file in
website. 
 
Pls reply with any issues or problems using multiple sites.
 
 
Shahzad


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Multiple Sites in IIS

2002-09-25 Thread Turetsky, Seth

Not really sure what you mean?
When you say a page is not being refreshed, do you mean it's caching it?


-Original Message-
From: Shahzad.Butt [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 25, 2002 3:15 PM
To: CF-Talk
Subject: Multiple Sites in IIS


Does anyone has faced the problem of having multiple websites in IIS
(using CFMX). Whats happening with us is that Page is not being
refreshed neither is it looking for new files if we add new file in
website. 
 
Pls reply with any issues or problems using multiple sites.
 
 
Shahzad


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Multiple Sites in IIS

2002-09-25 Thread Sean Daniels

On Wednesday, September 25, 2002, at 03:14  PM, Shahzad.Butt wrote:

> Does anyone has faced the problem of having multiple websites in IIS
> (using CFMX). Whats happening with us is that Page is not being
> refreshed neither is it looking for new files if we add new file in
> website.
>
> Pls reply with any issues or problems using multiple sites.

See this knowledgebase article for info on configuring CFMX on 
Multi-homed IIS machines:

http://www.macromedia.com/v1/Handlers/index.cfm?ID=23390&Method=Full

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Kazmierczak, Kevin
Hello,

 

  I am having a strange problem with an IIS4.0 and cfmx
configuration.  We have about 7 different sites set up in IIS, for this
example named (site1-site7).  The problem is that it seems if you go to
site1/index.cfm or site2/index.cfm or site3/index.cfm or ... site7/index.cfm
the same index.cfm shows up across all sites.  And the weird thing is that
it isn't always the same index.cfm file, it changes every once in a while.
Any ideas what is going, sounds like it is something simple, I just can't
find it.

 

Thanks.

 

---

Kevin Kazmierczak, CCNA

Application Developer

Alfred University

Alumni Hall

607-871-2334

[EMAIL PROTECTED]  

 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Matthew Walker
It sounds like maybe you're got trusted cache turned on. You need to
manually turn this off if hosting multiple sites (multi-homed). Here's
the info. There are a few other pitfalls re multi-homed servers, e.g.
with flash remoting. 

When ColdFusion MX is installed on a multihomed server, edit the
application server's jrun.xml file to disable the stand-alone web server
and pathname caching.
1.  Stop the ColdFusion MX Application Server service using the
Services Control Panel. 
2.  Back up the existing
cf_root\runtime\servers\default\SERVER-INF\jrun.xml. Where cf_root is
your ColdFusion MX installation root. 
3.  Edit the WebService section of jrun.xml so that the deactivated
attribute is True: 
true
4.  Edit the ProxyService section of jrun.xml so that the
cacheRealPath attribute is False: 
false
5.  Save jrun.xml and restart the ColdFusion MX Application Server
service. 


> -Original Message-
> From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 25 February 2003 1:31 p.m.
> To: CF-Talk
> Subject: Multiple Sites in IIS and CFMX probelm
> 
> 
> Hello,
> 
>  
> 
>   I am having a strange problem with an IIS4.0 and cfmx
> configuration.  We have about 7 different sites set up in 
> IIS, for this
> example named (site1-site7).  The problem is that it seems if 
> you go to
> site1/index.cfm or site2/index.cfm or site3/index.cfm or ... 
> site7/index.cfm
> the same index.cfm shows up across all sites.  And the weird 
> thing is that
> it isn't always the same index.cfm file, it changes every 
> once in a while.
> Any ideas what is going, sounds like it is something simple, 
> I just can't
> find it.
> 
>  
> 
> Thanks.
> 
>  
> 
> ---
> 
> Kevin Kazmierczak, CCNA
> 
> Application Developer
> 
> Alfred University
> 
> Alumni Hall
> 
> 607-871-2334
> 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
> 
>  
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Barney Boisvert
You have to change a setting in one of the CFMX config files.  The setting
is 'cacheRealPath', and found in
/opt/coldfusionmx/runtime/servers/default/SERVER-INF (about line 375) on
Linux, the windows path should be easy to deduce from that.  Set it to
'false' and your problems will go away.

barneyb

> -Original Message-
> From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 4:31 PM
> To: CF-Talk
> Subject: Multiple Sites in IIS and CFMX probelm
>
>
> Hello,
>
>
>
>   I am having a strange problem with an IIS4.0 and cfmx
> configuration.  We have about 7 different sites set up in IIS, for this
> example named (site1-site7).  The problem is that it seems if you go to
> site1/index.cfm or site2/index.cfm or site3/index.cfm or ...
> site7/index.cfm
> the same index.cfm shows up across all sites.  And the weird thing is that
> it isn't always the same index.cfm file, it changes every once in a while.
> Any ideas what is going, sounds like it is something simple, I just can't
> find it.
>
>
>
> Thanks.
>
>
>
> ---
>
> Kevin Kazmierczak, CCNA
>
> Application Developer
>
> Alfred University
>
> Alumni Hall
>
> 607-871-2334
>
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Ben Koshy
Not sure if Dave Watts beat me to this yet, but since he set me straight
on this a few months back:

http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&Method=Full

I'll return the favor.  This has got to be the #1 asked question on this
list.  Macromedia should default the webserver for multihomed
configuration (maybe there's a speed/performance issue) or at least
modify their installation GUI to add an option for it.   Or at least in
the support centre a "top ten installation questions" area... (maybe
there is...site is too big).

Sincerely,

Ben.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Barney Boisvert
Boy did I botch that.  The file is 'jrun.xml', but Matthew provided even
better instructions, so I'm just going to shut up.

> -Original Message-
> From: Barney Boisvert [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 4:40 PM
> To: CF-Talk
> Subject: RE: Multiple Sites in IIS and CFMX probelm
>
>
> You have to change a setting in one of the CFMX config files.  The setting
> is 'cacheRealPath', and found in
> /opt/coldfusionmx/runtime/servers/default/SERVER-INF (about line 375) on
> Linux, the windows path should be easy to deduce from that.  Set it to
> 'false' and your problems will go away.
>
> barneyb
>
> > -Original Message-
> > From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED]
> > Sent: Monday, February 24, 2003 4:31 PM
> > To: CF-Talk
> > Subject: Multiple Sites in IIS and CFMX probelm
> >
> >
> > Hello,
> >
> >
> >
> >   I am having a strange problem with an IIS4.0 and cfmx
> > configuration.  We have about 7 different sites set up in IIS, for this
> > example named (site1-site7).  The problem is that it seems if you go to
> > site1/index.cfm or site2/index.cfm or site3/index.cfm or ...
> > site7/index.cfm
> > the same index.cfm shows up across all sites.  And the weird
> thing is that
> > it isn't always the same index.cfm file, it changes every once
> in a while.
> > Any ideas what is going, sounds like it is something simple, I
> just can't
> > find it.
> >
> >
> >
> > Thanks.
> >
> >
> >
> > ---
> >
> > Kevin Kazmierczak, CCNA
> >
> > Application Developer
> >
> > Alfred University
> >
> > Alumni Hall
> >
> > 607-871-2334
> >
> > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Multiple Sites in IIS and CFMX probelm

2003-02-24 Thread Kazmierczak, Kevin
I got it, thank you so much for the help.

---
Kevin Kazmierczak, CCNA
Application Developer
Alfred University
Alumni Hall
607-871-2334
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

-Original Message-
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 24, 2003 7:45 PM
To: CF-Talk
Subject: RE: Multiple Sites in IIS and CFMX probelm

Boy did I botch that.  The file is 'jrun.xml', but Matthew provided even
better instructions, so I'm just going to shut up.

> -Original Message-
> From: Barney Boisvert [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 4:40 PM
> To: CF-Talk
> Subject: RE: Multiple Sites in IIS and CFMX probelm
>
>
> You have to change a setting in one of the CFMX config files.  The setting
> is 'cacheRealPath', and found in
> /opt/coldfusionmx/runtime/servers/default/SERVER-INF (about line 375) on
> Linux, the windows path should be easy to deduce from that.  Set it to
> 'false' and your problems will go away.
>
> barneyb
>
> > -Original Message-
> > From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED]
> > Sent: Monday, February 24, 2003 4:31 PM
> > To: CF-Talk
> > Subject: Multiple Sites in IIS and CFMX probelm
> >
> >
> > Hello,
> >
> >
> >
> >   I am having a strange problem with an IIS4.0 and cfmx
> > configuration.  We have about 7 different sites set up in IIS, for this
> > example named (site1-site7).  The problem is that it seems if you go to
> > site1/index.cfm or site2/index.cfm or site3/index.cfm or ...
> > site7/index.cfm
> > the same index.cfm shows up across all sites.  And the weird
> thing is that
> > it isn't always the same index.cfm file, it changes every once
> in a while.
> > Any ideas what is going, sounds like it is something simple, I
> just can't
> > find it.
> >
> >
> >
> > Thanks.
> >
> >
> >
> > ---
> >
> > Kevin Kazmierczak, CCNA
> >
> > Application Developer
> >
> > Alfred University
> >
> > Alumni Hall
> >
> > 607-871-2334
> >
> > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> >
> >
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Multiple Sites in IIS and CFMX probelm

2003-02-25 Thread Debbie Dickerson
There is a performance difference associated with changing that setting, which is why 
it's set to the default value it is. At least with it set the way it is, it becomes 
obviously very quickly that something needs to be changed in order to work correctly. 
If it defaulted to the other, most people may never know that they're running slower 
than they need to (if they're not multihomed, that is). Just my opinion.

There's an enhancement request open for the ability to specify whether you're 
multihomed or not during installation. It's #49199. I've added your vote to the 
request, Ben.

And last but not least, as for the documentation for this issue, it's listed in the 
top 10 at http://www.macromedia.com/support/programs/self/coldfusion.html, it's in the 
list on the installation page at 
http://www.macromedia.com/support/coldfusion/installation.html and it's also in the 
list on the testing & troubleshooting page at 
http://www.macromedia.com/support/coldfusion/troubleshoot.html. If you think it should 
be listed somewhere else within the ColdFusion Support Center, just let me know.

Deb

-Original Message-
From: Ben Koshy [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 24, 2003 7:45 PM
To: CF-Talk
Subject: RE: Multiple Sites in IIS and CFMX probelm


Not sure if Dave Watts beat me to this yet, but since he set me straight
on this a few months back:

http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&Method=Full

I'll return the favor.  This has got to be the #1 asked question on this
list.  Macromedia should default the webserver for multihomed
configuration (maybe there's a speed/performance issue) or at least
modify their installation GUI to add an option for it.   Or at least in
the support centre a "top ten installation questions" area... (maybe
there is...site is too big).

Sincerely,

Ben.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4