I am getting this message when I run my web application. It runs fine but I get this message during shutdown.
SEVERE: A web application registered the
If you are getting this message from a Maven built war change the scope of the JDBC driver to provided, and put a copy of it in the lib directory. Like this:
mysql mysql-connector-java 5.1.18 provided