From f7bb6972bf38633d227e2058057639533d59782b Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 27 Nov 2025 13:51:00 +0900 Subject: [PATCH] sso jsp config --- WebContent/sso/config.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/sso/config.jsp b/WebContent/sso/config.jsp index 653d772..e78cc5c 100644 --- a/WebContent/sso/config.jsp +++ b/WebContent/sso/config.jsp @@ -19,9 +19,9 @@ /***[SERVICE CONFIGURATION]***********************************************************************/ private String SERVICE_NAME = "Web"; - private String SERVER_URL = "http://test.kjbank.com"; - private String SERVER_PORT = "8080"; - private String ASCP_URL = SERVER_URL + ":" + SERVER_PORT + "/se/login_exec.jsp"; + private String SERVER_URL = "http://manage-eapim-local.kjbank.com"; + private String SERVER_PORT = "30100"; + private String ASCP_URL = SERVER_URL + ":" + SERVER_PORT + "/monitoring/sso/login_exec.jsp"; /*************************************************************************************************/