I Should also point out that I have a CF Mapping to the path called "nexus" aswell (Sorry hit "send" before I had a chance to finish the email).

Also:
Alias /JRunScripts "C:\CFusionMX\runtime\lib\wsconfig\1"
Alias /jrunScripts "C:\CFusionMX\runtime\lib\wsconfig\1"
Alias /JrunScripts "C:\CFusionMX\runtime\lib\wsconfig\1"

<Directory "C:\CFusionMX\runtime\lib\wsconfig\1">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Is Also in-place.

Scott.



Has anyone got Apache Virtual Hosting working with Flash Remoting? I can't seem to connect to the host "http://nexusv2/"; which is a virtual host in apache:


<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot C:\nexus
    ServerName nexusv2
    ErrorLog logs/dummy-host.example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>


AS Script:


_global.factoryPath = "nexus";
_global.gatewayPath = "http://nexusv2/flashservices/gateway";;
_global.gatewayConnection = NetServices.createGatewayConnection(_global.gatewayPath);


gatewayPackage = gatewayConnection.getService(_global.factoryPath + '.factory', new Result());
gatewayPackage.call('a');






---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to