weblogic 대응

This commit is contained in:
Rinjae
2025-09-11 10:18:41 +09:00
parent df2939636b
commit 89a9a03641
+2 -2
View File
@@ -50,9 +50,9 @@ war {
def profile = project.findProperty("profile") ?: "weblogic"
if (profile == "weblogic") {
webXml = file("WEB-INF/weblogic-web.xml")
webXml = file("WebContent/WEB-INF/weblogic-web.xml")
} else {
webXml = file("WEB-INF/web.xml")
webXml = file("WebContent/WEB-INF/web.xml")
}