온라인인스턴스 관리용 페이지 원복

This commit is contained in:
Yunsam.Eo
2025-11-07 17:48:06 +09:00
parent ead7070390
commit 58c02c3791
42 changed files with 6874 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<%@ page import="java.io.*, java.util.*"%>
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ page import="com.eactive.eai.common.web.FrontFilter"%>
<html>
<head>
<title>
Currrnet Tx in Web Application
</title>
</head>
<body>
<p>
Currrnet Tx in Web Application
</p>
<label>Current Count: <%=FrontFilter.count()%></label>
</body>
</html>