weblogic.xml 업데이트
eapim-admin CI / build (push) Has been cancelled

- XML 태그 단순화 및 불필요한 속성 제거
- session-descriptor에 cookie-name 추가
This commit is contained in:
Rinjae
2026-07-10 17:48:34 +09:00
parent 481e82fec7
commit acfe6b2d03
+2 -4
View File
@@ -1,12 +1,10 @@
<?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 weblogic-web-app.xsd">
<context-root>monitoring</context-root> <context-root>monitoring</context-root>
<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>