Hello

I'm adding some web service to an existing webapp written with servlet.
There is a configuration file in the web-inf directory. I'd like to read this configuration file in the web service.


In the servlet, I use servletcontext.getResourceAsStream(path).

How could i do similar thing in the web service ?

Thanks

Barry


Reply via email to