Hello...
In
Struts, struts-config.xml file has the information for the datasource and I guess the datasource is loaded into the
servlet context when the web application starts.
Without the datasource configuration in struts-config.xml, how do I configure datasource by making a class and loaded into servlet context when the web application starts.