Dustin,Without the ColdFusion based data management destination defined
on the LCDS server, the destination will not show up in the RMI
registry. It is only the CF adapter code that does this. The 'stock'
LCDS adapter does not support invoking via RMI the way the CF version
does.I would recommend you run the LCDS MessageBrokerServlet inside the
ColdFusion web application. This will give you two things:1. You will
not have the overhead of RMI between CF and LCDS as they will share the
same VM (be...