weblogic 대응

This commit is contained in:
Rinjae
2025-12-05 10:46:12 +09:00
parent 5ec1965233
commit ad3ceafd53
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
<session-descriptor> <session-descriptor>
<timeout-secs>1800</timeout-secs> <timeout-secs>1800</timeout-secs>
<cookie-name>JSESSIONID_EMS</cookie-name> <cookie-name>JSESSIONID_EMS</cookie-name>
<persistent-store-type>replicated_if_clustered</persistent-store-type> <persistent-store-type>memory</persistent-store-type>
<!-- <persistent-store-type>replicated_if_clustered</persistent-store-type> -->
</session-descriptor> </session-descriptor>
<container-descriptor> <container-descriptor>
+1
View File
@@ -52,6 +52,7 @@ war {
if (profile == "weblogic") { if (profile == "weblogic") {
webXml = file("WebContent/WEB-INF/weblogic-web.xml") webXml = file("WebContent/WEB-INF/weblogic-web.xml")
exclude 'WEB-INF/web.xml'
} }