There are two main uses for these parameters:
ematrix.login.page—Specifies the login page. If a servlet requires the user to be logged in and they haven't yet been authenticated, the page specified in this property is presented. When installed, the property is set to the ENOVIA app login page: <context-param id="ContextParam_#">
<param-name>ematrix.login.page</param-name>
<param-value> ematrix.home.page—Specifies the page to present after the user has logged in if no target "next" page is specified in the JSP. When installed, the property is set to the Applet page. <context-param id="ContextParam_#">
<param-name>ematrix.home.page</param-name>
<param-value> ematrix.logout.page—Specifies the page to display when the user logs out. ENOVIA apps don't use this property but a custom app could. For example: <context-param id="ContextParam_#">
<param-name>ematrix.logout.page</param-name>
<param-value> ematrix.login.failure.page—Defines the URL for the page to present if the login has failed. If no failure page is specified, sessions that fail to login are forwarded to the home page. ENOVIA apps don't use this property but a custom app could. |