To start experimenting with Davisor Chart, the download package contains
"chart.war" demo web application. It contains JSP and HTML pages for
general information, documentation and working examples. In the download
package there is also a separate mobitone.zip file that contains
data for database example.
You can install the "chart.war" file directly on your favorite application server. We have provided instructions for the most popular application servers. Once the application is installed, browse to "http://localhost:yourport/chart". Note that some application servers must be restarted after the application is deployed. Some examples require a database.
If you don't want to install the "chart.war" as an application, you can alternatively extract the "chart.war" file with your favorite zip tool, or using the jar tool: "jar xf chart.war". After extracting the file, you can begin "off-line" browsing from "index.html" file, which is extracted from the "chart.war" file. The class codes of Davisor Chart are located at "/WEB-INF/lib/davisorchart.jar".
There are a few documents that are recommended for reading and examples worth seeing. These documents and examples can be accessed through the start page, which is "http://localhost:yourport/chart" or "index.html" for installed application or "off-line" browsing, respectively, as described in previous paragraphs.
Copy the "chart.war" file to "webapps/" directory in the Tomcat installation directory. Restart the server. Now you can browse to "http://localhost:8080/chart" (Tomcat 3.x is not JSP 1.2, servlet 2.3 compatible)
http://localhost:7001/chartNote that the "file output" example will not work when Chart is deployed as ".war". To deploy Chart as directory, do the following:
http://localhost:7001/chart
http://localhost:9090/admin/)http://localhost:9080/chart/
Copy the "chart.war" file to "server/default/deploy" directory in the JBoss installation directory.
Copy the "chart.war" file to the "j2ee/home/applications/" directory in the Oracle installation directory. Add following line to "config/application.xml" file: <web-module id="chart" path="../applications/chart.war" /> Add following line to "config/default-web-site.xml" file: <web-app application="default" name="chart" root="/chart"/> Now you can browse to "http://localhost:8888/chart"
Copy the "chart.war" file to the "applications/" directory in the Orion installation directory. Add following line to "config/application.xml" file: <web-module id="chart" path="../applications/chart.war" /> Add following line to "config/default-web-site.xml" file: <web-app application="default" name="chart" root="/chart"/> Now you can browse to "http://localhost/chart"