I've got an application running in a subdirectory of my web root.

I'm running CFMX 7.0.2 on Windows with IIS 6, and CFMX is installed in a 
multiserver setup.

I have assigned the subdirectory in question to a specific coldfusion 
instance... there is an index.cfm file in there where I've added a 
<cflog> statement .. and it shows up in the logs for the correct instance.

However, the flex app, which calls a CFC in that directory via flex 
remoting, doesn't seem to be using the same instance.  It's actually 
going to the main web site instance.

Someone from the adobe support labe at the MAX conference said I needed 
to compile the flex app with the specific instance

so in my flex project, the flex root folder is specified:

\\SAURON\C$\JRun4\servers\entitylookup\cfusion.ear\cfusion.war

and my compiler arguments:

-services 
"\\SAURON\C$\JRun4\servers\entityLookup\cfusion.ear\cfusion.war\WEB-INF\flex\services-config.xml"
 
-locale en_US

HOWEVER, the remoting requests are STILL going through the primary 
coldfusion instance.

I've recompiled several times, cleared my browser cache, restarted the 
web server, restarted the entityLookup coldfusion instance, etc... 
nothing seems to help.

rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259908
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to