On 4/18/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > (or does ServletContext.getServletContextName() not do what I think i > remember it doing)
Unfortunately not.... the javadoc says it comes from the web.xml java.lang.String getServletContextName() Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element. -Yonik