weblogic.xml 업데이트
- XML 태그 단순화 및 불필요한 속성 제거 - session-descriptor에 cookie-name 추가
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<weblogic-web-app
|
<weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app">
|
||||||
xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.6/weblogic-web-app.xsd">
|
|
||||||
|
|
||||||
<context-root>/</context-root>
|
<context-root>/</context-root>
|
||||||
|
|
||||||
@@ -18,6 +15,7 @@
|
|||||||
|
|
||||||
<session-descriptor>
|
<session-descriptor>
|
||||||
<timeout-secs>1800</timeout-secs>
|
<timeout-secs>1800</timeout-secs>
|
||||||
|
<cookie-name>JSESSIONID_PORTAL</cookie-name>
|
||||||
<persistent-store-type>replicated_if_clustered</persistent-store-type>
|
<persistent-store-type>replicated_if_clustered</persistent-store-type>
|
||||||
</session-descriptor>
|
</session-descriptor>
|
||||||
</weblogic-web-app>
|
</weblogic-web-app>
|
||||||
Reference in New Issue
Block a user