<context-param> <param-name>dburl</param-name> <param-value>jdbc:odbc:MySQLODBC</param-value> </context-param>
<listener> <listener-class>chapter6.MyServletContextListener</listener-class> </listener>It prints debug messages on the console when the context is created or destroyed. You'll see these messages when Tomcat starts or shuts down.