diff --git a/build.gradle b/build.gradle index a0af67c..47705b8 100644 --- a/build.gradle +++ b/build.gradle @@ -147,8 +147,7 @@ war { // Set the name of the WAR file (optional) archiveFileName = "PTLWeb.war" - from('src/main/resources/jeus-web-dd.xml') { - into 'WEB-INF' - } + from('src/main/resources/jeus-web-dd.xml') { into 'WEB-INF' } + from('src/main/resources/weblogic.xml') { into 'WEB-INF' } } diff --git a/src/main/resources/weblogic.xml b/src/main/resources/weblogic.xml new file mode 100644 index 0000000..7784cb1 --- /dev/null +++ b/src/main/resources/weblogic.xml @@ -0,0 +1,23 @@ + + + + / + + + + org.slf4j.* + ch.qos.logback.* + org.apache.log4j.* + org.apache.commons.logging.* + + + + + 1800 + JSESSIONID_ONL + replicated_if_clustered + + \ No newline at end of file