Monday, February 28, 2011

Re: CGI problem

Whilst my fix worked for my app running on GWT development mode, I had
to make a change so it would run properly on a separate Jetty server
running on port 8080. The change I had to make was as follows:

change : Frame bugFrame = new Frame("/bugzilla/")

to : Frame bugFrame = new Frame("/bugzilla/index.cgi")

I made no change to web.xml

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment