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"; /*************************************************************************************************/