I'm incredibly frustrated by this problem and have tried various fixes, but still with no resolution.  So, I'll send a $50 cashier's check to the first brainchild person who can help me fix this problem or provide the key piece of information to solve this.

Synopsis: Web pages from different virtual web sites are being served (displayed) to other sites.

Configuration: Win2K (fully patched), IIS 5.0, CFMX 6.1 Updater 3, multiple virtual web sites (different domains).  Basic ISP/web host configuration.

Here are the relevant details from CF admin:
Server Product     ColdFusion MX
   Version     6,1,0,63958
   Edition     Standard
   Operating System       Windows 2000
   OS Version     5.0
   Java Version     1.4.2

Description:
I know about the MM tech note (listed below) for clearing the web cache checkbox on the caching page.  I have unchecked this box and restarted the servers, but no difference.  I also manually checked the jrun.xml file (the relevant section of mine is also included below), re-saved this file, restarted the server, but no difference.

It's as simple as creating two new virtual web sites (test1.dom.com, test2.dom.com) and putting a very simple fusebox 3.0 framework (basically a Hello World app) in each, changing the text to be displayed in each one, but the pages for both sites end up serving the pages from only ONE site (depending on which site I go to first after the restart).  I've even tried renaming the index.cfm files to be different, but no luck there either.

Can anyone help me solve this problem?  It's starting to affect my ability to satisfy my customers.

Again, $50 to the first person to help me solve this problem.

Background:

I have applied and complied with the following MM tech notes:
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/websea10.htm
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/websea11.htm

Here is the relevant section of jrun.xml:
  <service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">
    <attribute name="port">51010</attribute>
    <attribute name="deactivated">false</attribute>
    <attribute name="activeHandlerThreads">30</attribute>
    <attribute name="minHandlerThreads">10</attribute>
    <attribute name="threadWaitTimeout">300</attribute>
    <!-- set this to false for multi-hosted sites -->
    <attribute name="cacheRealPath">false</attribute>
    <attribute name="maxHandlerThreads">1000</attribute>
    <attribute name="mapCheck">0</attribute>
    <attribute name="interface">127.0.0.1|192.168.1.202</attribute>
  </service>

thanks!
bruce
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to