Files
eapim-online/WebContent/mgr/currentWeb.jsp
T
2025-11-07 17:48:06 +09:00

17 lines
443 B
Plaintext

<%@ 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>