Hi Dean, So when I go to http://apache-dev.itg.beckman.illinois.edu/communications/forum2/ this is where you get the problem and I should be seeing Calendar for Fall 2009 and so on?
I assumed that you were having trouble testing it somewhere before you uploaded it to the web. So is it working in test? Or are you unable to test like that and testing by uploading to the live site? Or have I got it completely A about F? You may have tried this, but I suppose you *do* get the right url if you log URL.encode(baseURL + "archive.cgi") ? There's no way to see where baseURL comes from in the code you supplied, but it's not a silly error like a missing '/' is it? The reason I said I thought it was an SOP problem was because your code works for me with a dummy file and the cgi page sends me data back. So somewhere the two aren't matching up. Sorry I can't be more help. Ian http://examples.roughian.com 2009/11/11 dk <[email protected]> > > Hello Ian, > > the full url is: > http://apache-dev.itg.beckman.illinois.edu/communications/forum2/ > > I forgot a major thing in the environment I listed above. The site is > being run through Perl's Template::Toolkit to manage an overall "look > and feel". Basically, in this case, there is a local index.cgi script > that runs the TT stuff. There is a local index.html file that is the > "normal" GWT encrusted index.html. The index.cgi sucks in the local > index.html, parses it, wraps the content in the site decoration and > displays it. > > All of the paths are local to the host machine. If this is a SOP > issue please educate me. > > Also, I don't think I am configuring "hosted" mode correctly. It is > not bringing up a browser. > > On Nov 10, 5:09 pm, Ian Bambury <[email protected]> wrote: > > What is the full url that the cgi is at, and what is the url in hosted > mode? > > > > I can't see anything else it can be but SOP. > > > > Try putting a plain text file in the /public/ directory (or the doc root > if > > using -noserver) and I think you'll find it will pick it up. You might > have > > to restart hosted mode for it to pick up the new file. > > > > Ian > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
