Unger, Richard wrote: > We need this to configure a servlet in our filter chain, which expects a > parameter for where to find its resources - including the context path.
The servlet could also get the context dynamically instead of hardcoding it at module install time. Both will work, but the latter will break your servlet if you ever move your application to a different context. Nils. ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
