Introduction

This document does:

This document does not:

We describe several ways to play with Jtrix:

  1. Use a simple Jtrix service. (Section [*].)
  2. Run your own nodes with a hosting service. (Section [*].)
  3. Launch and run the skeleton application on a remote hosting service. (Section [*].)

    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/.

  4. Run your own DNS server, HTTP server and servlet engine as Jtrix services. (Section [*].)

    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.



Subsections
Nik Silver 2002-03-09