9 lines
598 B
XML
9 lines
598 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
|
|
<context-root>/</context-root>
|
|
<session-descriptor>
|
|
<timeout-secs>1800</timeout-secs>
|
|
<cookie-name>JSESSIONID_ONL</cookie-name>
|
|
<persistent-store-type>replicated_if_clustered</persistent-store-type>
|
|
</session-descriptor>
|
|
</weblogic-web-app> |