Servlet implementation class for Servlet: InitServlet
Initializes the database name,path,DSN.Also, it instantiates the DBConnection class
and puts it in the Application context so that all jsps can use this instance of
DBConnection class which has all the db related parameters configured.