Hey all - apologies for a newbie question - I'm using Jersey2 for the first
time (I've used Jersey1.17 before) and am writing an app to be deployed on
Tomcat7, and am trying to figure out how ResourceConfigs work. Typically to
make my web apps portable between environments, I'd have a context-param in
the web.xml holding the path to an external config file (which may be java
properties, an xml config file, or such). What's the proper pattern for
doing this technique in Jersey2?
Thanks for any input!
-Richard