Ok good, if it's working outside of GWT then we should be close.
Does it have something to do with:
public class Interactive implements EntryPoint {
public static final String LOCAL_HOST = "
http://localhost:8080/";
public static final String REMOTE_HOST = "http://
www.tocollege.net/";
I can't remember off the top of my head, but is it using LOCAL_HOST
and is the server at 8080? Some debugging in here might be good to
make sure we're requesting from the right place.
-J