"Listening for transport dt_socket at address: 4000" means your server is listening on port 4000 and is used for debugging.
I think the jetty server that comes with Apache Java Shindig listens on port 8080 by default. Hope this helps. Chirag On Sat, Oct 24, 2009 at 11:36 AM, Ben McCann <[email protected]> wrote: > Hi, > I'm trying to build and run Shindig from source following the instructions > posted <http://incubator.apache.org/shindig/developers/java/build.html> on > the Apache site. I set it up a launch configuration in Eclipse by doing the > following: Run --> External Tools --> External Tools Configurations... --> > Program -> New launch configuration and pointed it to Maven and to my > Eclipse project. When run, it prints "Listening for transport dt_socket at > address: 4000" to the console. So I tried to visit > http://localhost:4000/gadgets/files/samplecontainer/samplecontainer.html but > all I get is a blank white page. > I'm not sure how to debug this or figure out what is going wrong. Any ideas > on how I can troubleshoot? > > Thanks, > Ben >

