When you have two servers that you want running 7x24 that need to communicate. We
have an environment where we want our servers always available. Through RMI there is
a case where one server ÂA will cache the connection to another server ÂB. When
the server ÂBÂ goes down, server ÂAÂ must fl
I wanted to follow this up with what I found. We switched to the file system
persistence cache, by removing hsqldb-jdbc2-service.xml and adding file-pm-service.xml
to the deploy/jms directory. I plan to test mysql and others to see which is faster.
For my application, the file system has fixe
We have a few application servers in production which have locked up so that we cannot
bring up a bash shell. They would only lock up after many days of running. The logs
did not show anything conclusive, each crash has a different sequence prior to the
crash in the log.
After trying many dif