This directory hierarchy continues java source for the Derby Tutorial Fortune
Server. This README file is organized into the following sections:

  (1) SQL functions
  (2) LoadFortune
  (3) Fortune sample client application
  (4) Tomcat code and setup


(1) SQL functions

  See ../doc/fortuneJavaRoutines.html 

(2) LoadFortune

  Source code for the LoadFortune program, which loads fortunes into Derby, 
  is in DataLoad.

  See ../doc/fortuneJavaLoad.html


(3) Sample client application

    Source for Fortune, a client application, is in the ClientApps subdirectory.
    It returns a random fortune.  The tutorial doesn't talk about it -- it's 
    an "extra".

    The built class is also in the subdirectory.

    Building it requires derby.jar in the CLASSPATH, then build as shown below:

       javac Fortune.java

    Run it like this:

       java -Dderby.system.home=path_to_database Fortune
    
    For example:

       java -Dderby.system.home=C:\ApacheCon\Fortune Fortune

(4) Tomcat code

    See ../doc/fortuneGettingStartedTomcat.html

    The jta_server.xml file in this directory is the server.xml file that
    Jean uses for $CATALINA_HOME/conf/server.xml.
