I try to make an application using GWT and Eclipse. Everything works
ok, when I run the stuff in Eclipse, the server is started on
127.0.0.1:9997 and it responds to requests produced by my Chrome
browser and so on.

If some other web client try to connect to this URL (127.0.0.1:9997),
by, say, doing a GET request for something, an error is produced,
naturally:


Connection received from localhost.localdomain:57803
   [ERROR] Unrecognized command for client; closing connection
com.google.gwt.dev.shell.BrowserChannelException: Invalid message type
71
        at com.google.gwt.dev.shell.BrowserChannel
$Message.readMessageType(BrowserChannel.java:1104)
        at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
378)
        at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
        at java.lang.Thread.run(Thread.java:636)


However, what I would like, is for my code to be able to trap this! Is
this possible?!

Maybe I'm really asking for how to run "an extra" web server in my
application? On the other hand, the whole thing *is* a web server, so
this shouldn't be to hard?! Sorry if I seem confused... I probably
am...

J.O.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to