I'm trying to put together a demo of shindig where I download the source
from SVN, build and run the server, and display a gadget in the OpenSocial
sample container - hopefully under 10 minutes.   Since I've been playing
around with the sample container, I've noticed that calls to rpc_relay.html
are being directed to

http://<my_server>:8080/gadgets/gadgets/files/container/rpc_relay.html#..................

(note the double gadgets path) which results in a 404.  I poked around a bit
and found that the "parentRelayUrl" configuration property in
/config/syndicator.js is relatively pathed - prefixing a "/" provides the
correct response (an "Unknown RPC service" error, but that's expected).

Is there a reason for the relative path in the configuration file?  I
understand that this is just for testing and will be changed in a production
setting, but changing it in the source will make the "out of box" experience
a bit smoother, IMO.

Thanks,
~Arne

Reply via email to