Instructions
Assignment 6 (due November 17, 2008)Write an application using Java (Classes, Servlets, JSP) that will:
* Read the configuration information from a properties file.
* Set the configuration parameters into Session object.
* Establish JDBC connection to MySQL database (using configuration parameters from Session Object).
* Run a sample query and display the result set.
Answers
- On server
