[google-appengine] Re: Gae and visualization api

2011-11-03 Thread uover82
John On Oct 16, 5:37 pm, Nick Johnson nickjohn...@google.com wrote: On Fri, Oct 14, 2011 at 1:04 AM, uover82 uove...@gmail.com wrote: Hi Nick - thanks for the help! I believe I'm using a relative url, off of localhost. Here's a representative page: Yes, you're embedding the hostname

[appengine-java] GAE and Visualization API

2011-10-14 Thread uover82
Hi All, I'm developing an app using GAE and the google visualization api in Java. I've deployed a csv underneath war to act as a datasource. The app runs on my local development server but fails with errors like the following after uploading: ESEDataSourceServlet generateDataTable: Couldn't read

[google-appengine] Re: Gae and visualization api

2011-10-13 Thread uover82
determine the host header from the current request -  exactly how to do so depends on your framework - and use that. Alternately, you can use relative URLs if the Visualization API supports that. -Nick Johnson On Thu, Oct 13, 2011 at 5:39 AM, uover82 uove...@gmail.com wrote: Hi All

[google-appengine] Gae and visualization api

2011-10-12 Thread uover82
Hi All, I'm developing an application using app engine and the google visualization api using java. It currently uses a static file (csv) located in war as a datasource. My app works fine in my local development server but fails with errors like the following after uploading: