On 4/18/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: > There's no portable way of doing that, quite on purpose: the webapp is > supposed to run the same independent of its server admin-dependent > deployment details
Yeah, but it's not the same now; if I rename my webapp to solr1.war, I'll be able to access it via the solr1 URL. And when I get a request, I can find out that someone used the solr1 path to get to me (but that's to late for config type stuff that needs to happen in init()). -Yonik