This document does:
.)
.)
.)
The skeleton application is a simple distributed, self-redundant message service. Its code is discussed in detail in Programming with Jtrix: The Beatrix application framework, available at http://www.jtrix.org/.
.)
The servlet engine Webtrix is based on the Tomcat Web server at http://jakarta.apache.org/tomcat. It is Tomcat set in the Jtrix environment, meaning that it is a full-spec servlet engine which can be configured to be dynamically scalable and redundant and it runs in conjunction with the DNS server and HTTP server. You can run several such servers together, add more at will, and as you kill them arbitrarily the others will take over. We have taken pains not to alter the original Tomcat servlet engine code at all.