Web.xml: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | |||
* [[WildFly_Deployment_Descriptors#Standard_JEE_Deployment_Descriptors|WildFly Deployment Descriptors]] | |||
=Schema= | |||
Available with a WildFly distribution under <tt>$JBOSS_HOME/docs/schema/web-app_X_Y.xsd</tt>. | |||
=Example= | |||
{{Internal|web.xml Example|web.xml Example}} | |||
=HTTP Session Timeout= | =HTTP Session Timeout= | ||
Line 23: | Line 35: | ||
</blockquote> | </blockquote> | ||
= | =Security= | ||
{{Internal|Web Application Security|Web Application Security}} | {{Internal|Web Application Security|Web Application Security}} |
Latest revision as of 04:45, 7 April 2017
Internal
Schema
Available with a WildFly distribution under $JBOSS_HOME/docs/schema/web-app_X_Y.xsd.
Example
HTTP Session Timeout
Session Timeout
<session-config> <session-timeout>60</session-timeout> </session-config>