Expand my Community achievements bar.

RemoteObject and port

Avatar

Level 1
I deploy flex application that is using data management
service.

The webserver is on a public domain.



From a loacl machine client can access this service but when
I try it from other machine "Send failed" error message.



This is my defalt-channel setting in the
data-management-config.xml.

<default-channels>

<channel ref="my-rtmp"/>

</default-channels>



Also this is the my-rtmp endpoint setting in the
service-config.xml

<endpoint uri="rtmp://{server.name}:2038"
class="flex.messaging.endpoints.RTMPEndpoint"/>



Do I have to open port 2038 to access this data service from
a browser?

Right now I only open port 80 on this server.



Thank you









2 Replies

Avatar

Level 2
Yes. Alternatively you could use an AMF channel which works
over the same port as your web app.