Search found 1 match

by Navarre
Thu Jan 27, 2005 7:23 pm
Forum: JFreeChart
Topic: JFreeChart in JBoss Cluster
Replies: 3
Views: 5115

timeseriescollections in a clustered tomcat environment

In my tomcat cluster, I got around the ChartDeleter not being serializable by using Chartutilities instead of Servletutilities to create the JPG and managing the files myself. However, I am having an issue when I put a TimeSeriesColllection into an HTTpSession that is being replicated across the clu...