diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceDeployPopup.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceDeployPopup.jsp
new file mode 100644
index 0000000..7cfad68
--- /dev/null
+++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceDeployPopup.jsp
@@ -0,0 +1,140 @@
+<%@ page language="java" contentType="text/html; charset=utf-8" %>
+<%@ page import="java.io.*" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ include file="/jsp/common/include/localemessage.jsp" %>
+<%
+ response.setHeader("Pragma", "No-cache");
+ response.setHeader("Cache-Control", "no-cache");
+ response.setHeader("Expires", "0");
+%>
+
+
+
+ <% if (SystemUtil.isProdServer()) { %>
+
+ <% } %>