%@ page language="java" contentType="text/html;charset=utf-8"%>
Gateway 관리메뉴
<%
String display = null;
try{
com.eactive.kakao.rolling.TableSuffixResolver service = com.eactive.eai.common.util.ApplicationContextProvider.getContext().getBean(com.eactive.kakao.rolling.TableSuffixResolver.class);
com.eactive.kakao.rolling.CurrentCommitIdService currentCommitIdService = com.eactive.eai.common.util.ApplicationContextProvider.getContext().getBean(com.eactive.kakao.rolling.CurrentCommitIdService.class);
String currentCommitId = currentCommitIdService.getSystemCommitId();
String currentSuffix = service.getCurrentSuffix();
if (currentCommitId != null && currentSuffix != null){
display = "rolling [ currentCommitId=" + currentCommitId + ", currentSuffix=" + currentSuffix +" ]" ;
}
}catch(Exception e){
}
%>
POD[<%=System.getProperty("inst.Name")%>] IP[<%=request.getLocalAddr()%>] Hostname[<%=java.net.InetAddress.getLocalHost().getHostName()%>] <%=display != null ? display : "" %>
오류메시지 관리
어댑터 관리
프라퍼티 관리
로그조회키 관리
메시지 키 관리
내부표준메시지 관리
EAI 서비스 코드 관리
라우팅 필드추출 정보
라우팅 B2B기관 정보
라우팅 특정포트 매핑
EAI 서버 관리
Routing 관리
TestCall 상태 관리
LifeCycle List
어댑터 유량제어 정보
인터페이스 유량제어 정보