- Add Docker Compose configurations for dev, prod, and standalone environments - Add database initialization scripts (init-db.sh, init-db-docker.sh) - Add enhanced start-docker-linux.sh with DB init support - Add comprehensive database initialization guide - Support for automatic dbexport.pgsql import on first run - Include safety checks for production environment
18 lines
708 B
Plaintext
18 lines
708 B
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ page import="com.pms.common.utils.CommonUtils"%>
|
|
<%@ page import="com.pms.common.utils.Constants"%>
|
|
<%@include file= "/init.jsp" %>
|
|
<body>
|
|
<form name="mainForm" action="" method="post">
|
|
<div id="wrap_error02">
|
|
<h1></h1>
|
|
<h2><img src="/images/error/system_error02.gif" width="121" height="108" alt=""/></h2>
|
|
<dl>
|
|
<dt>비정상적인 접근이나 오류가 발생하였습니다.</dt>
|
|
<dd>잠시 후 다시 시도해 주시기 바랍니다.</dd>
|
|
<dd>문제가 계속되면 관리자에게 문의하시기 바랍니다.</dd>
|
|
</dl>
|
|
</div><!--//error-->
|
|
</form>
|
|
</body>
|
|
</html> |