%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ 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); %>