
I have multiple JSP's that are connected to a Database specifically MSSQL, I connect to the DB using a property file containing the necessary data to establish a connection.. In every page I have to call the property file and repeatedly extract the data from the property file.. Can anyone show a simple sample code of storing the connection data in a variable so that I don't have to call the property file everytime in each JSP Page.. Thanks Very Much :)