1.13 Configuring Web Application Properties

The following represents the out-of-the-box core.xml settings pertaining to Web application properties:

<config>
<properties>
	<login-jsp-path>/WEB-INF/login.jsp</login-jsp-path>
	<login-servlet-path>/login</login-servlet-path>
	<app-jsp-path>/WEB-INF/application.jsp</app-jsp-path>
	<app-servlet-path>/app</app-servlet-path>
	<logout-parameter>logout</logout-parameter>
</properties>
</config>