Show TOC
WAR Main Properties Management
Purpose
You can edit the main properties of a WAR.
Process Flow
Click on the Main tab.
You can enter the following information on the Main tab page:
Session Timeoutfield- set the default session timeout interval for all sessions created in the Web application. It is a number of minutes.
Max Sessions field- set the number of maximum permitted sessions that this Web application can handle.
Distributablecheckbox- select this checkbox if the Web application is developed to be deployed in a distributed Server container.
URL Session Trackingcheckbox- select this checkbox if you want to enable this tracking.
Request UrL Mode - changes the get-request-URL tag of the web-j2ee-engine.xml file. There are two possible options:
REQUEST-DISPATCHER - the method getRequestURL of a servlet request returns the URL of the resource to which the request is redirected.
CLIENT - the method getRequestURL of a servlet request returns the URL that the client uses.
MIME tab - you cannot make any changes on this tab.
Context Parameterstab -you cannot make any changes on this tab.
Fail Over Alert tab - it has two fields:
Message Timeout - specify the remaining time (in minutes) before the server shuts down.
Message - specify the text of the message that will appear before the server shuts down.
Cookie Configurationtab - see
Editing the WAR Cookie Configuration Properties
.