Web.xml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(11 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 5: Line 17:
</blockquote>
</blockquote>


=Elements=
=Session Timeout=
 
<pre>
<session-config>
    <session-timeout>60</session-timeout>
</session-config>
</pre>
 
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[Jboss-web.xml#Session_Timeout|<tt>jboss-web.xml</tt> Session Timeout]]
</blockquote>


==<tt><distributable></tt>==
=<tt><distributable></tt>=


<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[HTTP_Session_Replication#.3Cdistributable.3E|HTTP Session Replication]]
:[[HTTP_Session_Replication#Overview|HTTP Session Replication]]
</blockquote>
</blockquote>
=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

web.xml Example

HTTP Session Timeout

HTTP Session Timeout

Session Timeout

<session-config>
    <session-timeout>60</session-timeout>
</session-config>
jboss-web.xml Session Timeout

<distributable>

HTTP Session Replication

Security

Web Application Security