: I've been looking into how to have multiple solr webapps, and have
: them default to looking into different spots for config (and looking
: at a different property to override that).
:
: Unfortunately, it doesn't look like there is a way to do this from the
: servlet API.

Can't we just use ServletContext.getServletContextName(), and then build a
relative path (or a system property name to look up a path) from that?

(or does ServletContext.getServletContextName() not do what I think i
remember it doing)

-Hoss

Reply via email to