...
You may want to log your server output to a database. Log4J supports a JDBC Appender to log to a MySQL database. You can activate the JDBC Appender for the Colored Trails project by simply some uncommenting a few lines in the log4j.properties file.
To In order to create a database and a table for the JDBC Appender to log to, use the SQL commands below.
...