I'm not sure if there is already an answer to this somewhere, but since I can't find one, I shall take the liberty to post this question. I am new to all this, so sorry in advance for a newbie question :) I don't entirely understand the mechanics of running a GWT webapp. My guess is that GlassFish creates a virtual server on my computer, so that when I debug or run my web, the browser gets data from GlassFish, which is the "localhost:8080." Is this correct? Also, when I debug or run the web (I use NetBeans), the web works fine. However, when I run the welcomeGWT.html directly, the HTML part of the page works fine, but the javascript part didn't run. Is is a normal behavior? If so, is there an easy to explain why launching the html directly won't work? If not, what can I do to fix it?
Thanks in advance, Mike -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
