Help: Clickable JFree chart for HTML
Help: Clickable JFree chart for HTML
Please help JFree experts: Does JFreeChart has built in support to generate clickable charts for HTML pages?
Yes it does -- through servlets. Grab and deplot the sample war:
http://homepage.ntlworld.com/richard_c_ ... freechart/
http://homepage.ntlworld.com/richard_c_ ... freechart/
Exception
So I've been trying to get this stuff on my linux tomcat server. I downloaded the war and got the :0.0 error, so I put the proper options so it knew it was headless. No I'm getting a javax.servlet.ServletException and I don't know how to get past it.
Any ideas?
javax.servlet.ServletException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
at org.apache.jsp.x_0005fchart$jsp._jspService(xy_0005farea_0005fchart$jsp.java:105)
......
Any ideas?
javax.servlet.ServletException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
at org.apache.jsp.x_0005fchart$jsp._jspService(xy_0005farea_0005fchart$jsp.java:105)
......