Hi, I have a web-service that i'am trying to pack it in a war file.I am trying to store configuration files into WEB-INF/data directory. In my web-service init method, I have to load the configuration file that was stored in WEB-INF/data directory. Is it possible? How can I do it?
Regards