I developed my app on OS X and the production server is LINUX. I have
coldfusion under jrun on that server. Im not sure how to get flash aquainted
with the flashservices gateway? I found a gateway jar file here...
/opt/coldfusionmx/lib/flashgateway.jar
I use this action script to set up the connection...
NetServices.setDefaultGatewayUrl("https://site.com/flashservices/gateway");
gatewayConnnection = NetServices.createGatewayConnection();
but im getting errors stating they are inable to find my dataglue files and
soforth. Am I connection wrong?
-Zeke
glossen - 28 Feb 2005 17:30 GMT
can anyone help? My remoting is still non functional. I have tried to set up
virtual host to /flashservices/gateway which points to that ear file it did not
work.
Again my production server is OPENWAL linux wunning CFMX under JRUN. I use
apache for webserving.