google / google-visualization-issues

288 stars 35 forks source link

Unable to install library #748

Open orwant opened 9 years ago

orwant commented 9 years ago
Hi,

I am trying to use the visualization library but unable to open "simpleexample". I
tried it with multiple Tomcat versions (5.5 and 7) and also on multiple OS (Mac and
Ubuntu).

Keep getting this issue "HTTP Status 404 - /simpleexample"

Is there anything I am missing?

Thanks,

Original issue reported on code.google.com by prash1784 on 2011-12-01 10:44:18

orwant commented 9 years ago
Issue was a Servlet mapping specifies an unknown servlet name "graph". Commenting this
out fixed the issue.

Original issue reported on code.google.com by prash1784 on 2011-12-01 11:57:55

orwant commented 9 years ago
Had same problem and fixed by commenting out

<servlet-mapping>
      <servlet-name>graph</servlet-name>
      <url-pattern>/graph</url-pattern>
 </servlet-mapping>

in web.xml

Original issue reported on code.google.com by thefigster on 2012-06-29 20:28:25