No one answered your question eh?

So ... you have a regular swf file embeded in an object tag - right?

It almost seems like the old "cacherealpaths" issue.  In the jrun.xml file
under "servers/default/server-inf"

Look for the "cacherealpaths" key:
name="ProxyService">
    <attribute name="activeHandlerThreads">8</attribute>
    <attribute name="minHandlerThreads">1</attribute>
    <attribute name="maxHandlerThreads">1000</attribute>
    <attribute name="mapCheck">0</attribute>
    <attribute name="threadWaitTimeout">300</attribute>
    <attribute name="backlog">500</attribute>
    <attribute name="deactivated">false</attribute>
    <attribute name="interface">*</attribute>
    <attribute name="port">51011</attribute>
    <attribute name="timeout">300</attribute>
    <!-- set this to false for multi-hosted sites -->
    <attribute name="cacheRealPath">false</attribute>


make sure it's set to false.

This attribute treats your site as if it were a single site on the server.
It would affect other sites if they were embedded in CFM pages.

-mark



-----Original Message-----
From: Rich Tretola [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 11, 2006 7:51 AM
To: CF-Talk
Subject: Swfs not showing when CF is Connected


OK here is our setup:

JRun 4 with CFMX 6 under IIS

Our issue is that as soon as we add a 2nd domain using the web
connector, the server ignores all swfs.  If we disconnect ColdFusion
from IIS we can then browse to swfs again.  has anyone seen anything
like this ?

Rich



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229252
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