This is probably more a spring question than a CXF question, but ...
using org.springframework.web.context.ContextLoaderListener, I'd like
to get a reference to the servlet context in a bean which is not a
service bean of my jax-rs service. Can I just implement
ServletContextListener, or is there some other spring-trick here?

Reply via email to