_ReadMe.txt - Contains notes for how to use this software.

If a local Microsoft Access database is used, it must
be defined in the local 32bit ODBC list. The name of
the database must be "atsdr2" or whatever it takes to
agree with gov\cdc\atsdr\server\ConnectorMgr.parex
which contains database connection properties.

--------------------------------------------------
To CONFIGURE a new release:
   Edit gov/cdc/atsdr/ConfigRelease.parex appropriately
   run gov.cdc.atsdr.ConfigRelease


--------------------------------------------------
To RUN the system:

On the server:
   java gov.cdc.atsdr.server.DataServer

(If bootstrapping use: java -Djava.rmi.server.codebase=
http/hostname/jp/ gov.cdc.atsdr.server.DataServer
or see latest from Jack)

On the client, after starting the server:
   java gov.cdc.atsdr.client.DataClient

Please note that due to Swing changes, Edit Awards doesn't look good.
It is hard to keep up with Swing. ;-) We will spiff this up in a future release.

====================================================