From 2b2f80d07c341860e149bc6be8127c70e4d2e15e Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期二, 08 一月 2019 10:09:44 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/zzlogin1.jsp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/zzlogin1.jsp b/gx_tieta/WebRoot/zzlogin1.jsp index e06c62f..3572c01 100644 --- a/gx_tieta/WebRoot/zzlogin1.jsp +++ b/gx_tieta/WebRoot/zzlogin1.jsp @@ -5,6 +5,11 @@ %> <%@ taglib uri="/struts-tags" prefix="s" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<% + ServletContext context = getServletContext(); + String serverInfo = context.getServerInfo(); + System.out.println(serverInfo); + %> <!DOCTYPE HTML123> <html> <head> -- Gitblit v1.9.1