Hi all,
I am developing a webservice with axis/tomcat, which gets some information from a database. The problem is that the information is not modified frequently, and is obtained each time that my webservice is invoked. I want to know if it is possible to get this information after the startup of the tomcat, put it somewhere in a structure (it can be in an object), and then access it inside my classes. Regards, Rui Torres
