Hi, in the docs here http://code.google.com/appengine/docs/java/channel/javascript.html it says that I should include
<script src='/_ah/channel/jsapi'></script> in my html file to get the channel api for javascript. It all works fine in the local dev server. But if I deploy my project to appengine I get an 302 response for this url with a location header which points to http://talkgadget.google.com/talkgadget/channel.js So what is the offical way to load this javascript file? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
