Hi Simon,

The ports used by BlazeDS/LCDS depend on the channel(s)/endpoint(s) the app is 
using and how they're configured in services-config.xml.

BlazeDS only supports Servlet-based endpoints, so the port for those must be 
whatever your Servlet container is configured to use. If you're running in 
something other than the Tomcat turnkey you should edit the services-config.xml 
file for your app and specify the proper port in your endpoint urls.

The NIO endpoints in LCDS (RTMP and NIO AMF/HTTP) can be configured to use any 
port that's available on your server. If you want to change the ports they use, 
it's the same process, edit the port value in the services-config.xml file for 
the app.

It's probably worth skimming the corresponding docs for this area if you 
haven't: 
http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/lcds/lcconfig_1.html

Seth

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
simonwidjaja
Sent: Thursday, August 28, 2008 3:59 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Which ports to open with BlazeDS / LCDS?


Hey guys!
I want to run the collaboration dashboard example of the turnkey
version of BlazeDS/LCDS. Locally everything works fine. But when I
deploy it to my webserver the connection fails. Turning off the
server's firewall makes the example work. I've tried to open several
ports but it does not work. Can somebody tell me all the specific
ports that are used by BlazeDS by default? (The remoting stuff already
works fine...)

Thanx!
Simon

Reply via email to