The upload piece is not working as expected, so we'll be adding the functionality as we work through the issues.
Inserts into the database are not working...
Code is using Statement.RETURN_GENERATED_KEYS to return row ids after inserts. Perhaps the javax classes on GoDaddy are not that current.
Added inserts that do not use RETURN_GENERATED_KEYS.
Inserts into the database are still not working...
New administrative console does not allow access to JAVA logs.
Added Error table in SQL will try to write errors there once Tomcat is recycled in the morning.
Errors are not making in into mySQL.
Will change code to throw Exceptions all the way to the browser -- Yuck.
Upload is working now. Apparently Tomcat was upgraded and the web.xml file no longer checked out against the dtd/schema that was expected.
Need to work on documentation, then application will be made available.