Basically..

We develop on localhost:3000, we test on http://dev.oursite.com, and
we go live on https://www.oursite.com.

I need 3 different environments, one for each environment.

Right now I have to recompile the SWF everytime I want to create it
for a new environment.

Obviously, when we have multiple people using it on localhost, I have
to create these swf's too often.

I was hoping there is a way that I can set up services-config.xml to
point to the right url...

I would almost like to set up a daisy chain or something, it tries
www, if it can't get that, it tries dev, if it cant get that, it tries
localhost.

Any help would really be greatly appreciated...

Reply via email to