purpose of webAppRootKey?

Viewed 29132

Can somebody explain this entry in web.xml ? When it has to be used and why ?

<context-param>
    <param-name>webAppRootKey</param-name>
    <param-value>webapp.root</param-value>
</context-param>

Is this something related to Spring or general one?

3 Answers
Related