%@ page import="th.co.muangthai.endrprint.util.VSMUtil" %>
<%@page contentType="text/html" pageEncoding="UTF-8" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt_rt" %>
เข้าสู่ระบบ
<%
String loginServlet = "http://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath();
// UrlManagementService urlManagementService = new UrlManagementService();
// UrlManagementBean urlManagementBean;
// if(VSMUtil.isProductionMode()){
// urlManagementBean = urlManagementService.getUrlManagementById(VSMUtil.DEPLOY_NAME, null, "PROD");
// }else{
// if(VSMUtil.DEPLOYMENT_MODE == VSMUtil.DEPLOYMENT_UAT){
// urlManagementBean = urlManagementService.getUrlManagementById(VSMUtil.DEPLOY_NAME, null, "UAT");
// }
// else if(VSMUtil.DEPLOYMENT_MODE == VSMUtil.DEPLOYMENT_DEV){
// urlManagementBean = urlManagementService.getUrlManagementById(VSMUtil.DEPLOY_NAME, null, "DEV");
// }
// }
// if(VSMUtil.isNotEmpty(urlManagementBean.getUrlLoginValue())){
// loginServlet = urlManagementBean.getUrlLoginValue();
// }
loginServlet += "/LoginServlet";
%>
You are running on develop mode. [AUTHENTICATION_AD is false]
You are running on develop mode. [SEND_WORKFLOW31_FLAG is false]
You are running on develop mode. [CHECK_POLICY_ONLOAD_FLAG is false]
You are running on develop mode. [SEND_AS400_FLAG is false]
You are running on develop mode. [CONNECTION_MONITOR is true]