I am trying to find what attributes or elements can be placed inside a
global-exceptions element tag. I am in a module, and would like to have the
exception be thrown outside the module, to an index.jsp page. Currently this
snippet throws me to a index.jsp page within my module, and that is not what
I want. I want to do something like module=""
 Thanks
 <global-exceptions>
<exception key="expired.session"
path="/index.jsp" scope="request"
type="com.SessionExpiredException"/>

Reply via email to