Tagged Questions
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 ...