weblogic 대응
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user