It means, most likely, that the database driver is not installed correctly to be found by the webapp.

There should be a JAR containing the driver somewhere. Best method is to put it into the servlet container's "common" directory, where libraries shared by the container and the webapps reside, but you could also put it into the webapp's WEB-INF/lib directory.