In order to run the JSP examples using Tomcat 5 you can follow these steps:

1. create a new empty directory for rchart in tomcat: "tomcatdirectory\webapps\rchart2"

2. copy all files from the data\examples directory to "tomcatdirectory\webapps\rchart2". 

3. Copy all image files from the data directory to "tomcatdirectory\webapps\rchart2\WEB-INF\classes". 

4. copy bin\rchart2.jar to "tomcatdirectory\webapps\rchart2\WEB-INF\lib"

5. start Tomcat

6. Open the following URL in you browser:

http://localhost:8080/rchart2/Examples.htm


Note 1: if you want to use the PNG or the GIF encoder you must copy the jar file to "tomcatdirectory\webapps\rchart2\WEB-INF\lib"and change the following line in all JSP pages:

String encode="jpeg";


