Tagged Questions
3
votes
3answers
169 views
How can we ensure that there is a single instance of a class in a clustered environment
How can we ensure that there is a single instance of a class in a clustered environment? The class is Serializable.
2
votes
0answers
222 views
How to create a clustered bar graph using Prefuse?
I was able to create a single bar graph using the code from Samir Talwar by modifying the renderer as the following:
vis.setRendererFactory(new RendererFactory() {
Renderer yAxisRenderer = ...
2
votes
3answers
3k views
java.io.IOException: Invalid argument
Hi
I have a web application running in cluster mode with a load balancer.
It consists in two tomcats (T1, and T2) addressing only one DB.
T2 is nfs mounted to T1. This is the only dofference between ...