Jetty, Resources, Properties and Pain
So ClassLoader.getResource("foo.properties")
doesn't work in Jetty. This annoyed the heck out of me yesterday. On the other hand getClass().getResource("/foo.properties")
does.
Must loved app server environments. Or not.