It's a bit better now, thanks to a checkin yesterday that defined some of the missing values in config/container.js.
Loading of http://localhost:8080/container/sample-metadata.html still fails, though (testing with Jetty server). It tries to load URLs that start with "http://http//localhost:9003/gadgets/ifr...". I changed one line in container.js from "defaultShindigTestHost": "http://localhost:9003" to "defaultShindigTestHost": "localhost:8080". But then tests fail. Compiled without tests and reloaded sample-metadata.html. Now the URLs look fine ("http://localhost:8080/gadgets/ifr..."), but the server errors out with: org.apache.shindig.common.uri.Uri$UriException: No support for opaque Uris localhost:8080 I assume that's because I removed the "http://" from the "defaultShindigTestHost" value. But I don't know this code well enough to attempt a fix. Any help? Javier Pedemonte
