This folder contains a directory structure for setting up the CRON (UNIX) job scheduler.  If you are implementing the node on a platform other than UNIX, you will need to configure your job scheduler to run the code for your platform.

Readme for the cron directory:

Directories:
-	jar: submitListener.jar for running the submitListener
	Note: place the created .jar file (see Prepare Deployment Files) here. 
-	other: contains path information for the scripts
-	script: UNIX script that runs the sql scripts and java file
-	sql: contains sql scripts that runs database procedures

Files:
-	cron_job: UNIX automatic job execution script
-	set_path: sets path for the UNIX environment
