From a46f93fa5c8934d764e1fdac82dc8726c0d36397 Mon Sep 17 00:00:00 2001 From: zoomk Date: Tue, 28 Oct 2025 18:09:18 +0900 Subject: [PATCH] =?UTF-8?q?logging=20=EC=82=AD=EC=A0=9C.=20PROVIDER=5FURL?= =?UTF-8?q?=20=EC=9D=84=20=EB=B0=9B=EC=95=84=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EB=8A=94=EA=B2=83=EC=9C=BC=EB=A1=9C=20=ED=95=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/eactive/eai/common/util/ServiceLocator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/eactive/eai/common/util/ServiceLocator.java b/src/com/eactive/eai/common/util/ServiceLocator.java index 65718ac..3dacd7a 100644 --- a/src/com/eactive/eai/common/util/ServiceLocator.java +++ b/src/com/eactive/eai/common/util/ServiceLocator.java @@ -199,7 +199,7 @@ public class ServiceLocator { Hashtable env = new Hashtable<>(); env.put(Context.INITIAL_CONTEXT_FACTORY, WEBLOGIC_INITIAL_CONTEXT_FACTORY); -System.out.println("========="+com.eactive.eai.common.dao.Keys.PROVIDER_URL); + // Admin Server 포트를 사용하는 것이 안전 env.put(Context.PROVIDER_URL, com.eactive.eai.common.dao.Keys.PROVIDER_URL);