Hi,

I was looking at Christophe Coenraets' Tour Tracker application:

http://coenraets.org/blog/2007/02/building-the-back-end-of-the-tour-of-california-%e2%80%9ctour-tracker%e2%80%9d-using-flex-data-services/

and I would like to do something similar to his socket GPS listener
Messaging adapter.  

I assume the listener will be a thread running on the LCDS server that
uses the Actionscript message API (As seen in Coenraets'Example #6
"Feed" in his "Testdrive server for Java Developers") to push via
RTMP.  The problem is, I've not been able to get the "Feed" example to
work without using the supplied startfeed.jsp and stopfeed.jsp servlets.  

ie: when I take the feed.java source and modify it and run it in my
own workspace, java complains that it can't find the MessageBroker:

MessageBroker msgBroker = MessageBroker.getMessageBroker(null);

Has anybody been able to modify feed.java and/or patch into the
MessageBroker LCDS service?

I'd be most appreciative for any input regarding this problem.

Reply via email to