How do I install Odesys Charts SE?
Odesys Charts 2.0 SE contains the charts20se.jar file that contains classes and packages needed to generate chart images. It will most likely be used by either Servlet or JSP. The jar file has to be in the classpath when the particular Servlet or JSP is executed. All used packages should be imported by the Servlet/JSP. See the server-side examples for more details. The easiest way to run the Odesys Charts 2.0.1 SE examples locally with Tomcat 3.X is to add the following context definition to the server.xml file. It assumes that Odesys Charts 2.0.1 SE files are placed in the c:/charts20se directory. If you choose to use another directory you have to modify the docBase attribute to point to the correct location.