Have an application that works just fine if it is deployed to Jetty
(the built-in one), however it doesn't work as expected when it is
deployed to a remote Glassfish server (as a WAR file). Login page
appears just fine and the main page appears when a user has logged in
correctly (via an HTTP POST with CORS). What is different though is
that a single combo box is not populated (via JSONP), and a status
message is not appearing (in a GWT Label) on the main page.

Double checked to be sure that the same version of the application is
being deployed to both Jetty and Glassfish. Unfortunately I cannot get
remote deployment working for Glassfish via the Eclipse plugin (a
vague error message appears) for development mode. As a result the
deployment process for the GWT application is slow, and lacks proper
feedback (can't view any GWT log messages).

Not even close to determining what is causing the behavior
differences. Right now I am running around in circles trying to
isolate the causes of the problems.

-- 
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