I'm working on a webapp which have webservices.
I'm to get build version, specification title etc which are then in the manifest file to respond to the resful service
For a web request I can do below. How can I access the manifest resource from a webservice request
FacesContext.getCurrentInstance().getExternalContext().getResourceAsStream("/META-INF/MANIFEST.MF")