Hi,

I'm working on a Flex Application which use BlazeDS to communicate
with the server.

So in my pom I add the famous line :

<services>${basedir}/../server/src/main/webapp/WEB-INF/flex/services-
config.xml</services>

In this file there is some variables that are automatically translated
by the FlexBuilder compiler with values stored in the FlexServer
properties view.

<endpoint url="http://{server.name}:{server.port}/{context.root}/
spring/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/
>

When I try to deploy my application on another server than localhost
the application can't connect to the server.

Is there a way to change this values dynamically ? inorder to build
applications for various server without have to change the FlexServer
values...

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/

Reply via email to