<%@ page errorPage="adminError.jsp" %> <%@ taglib uri="http://jakarta.apache.org/taglibs/tomcat_admin-1.0" prefix="adm" %> Context list

Web applications

Host path docBase
<%= (context.getHost() == null) ? "localhost" : context.getHost() %> "> <%= ("".equals( context.getPath() )) ? "ROOT" : context.getPath() %> <%= context.getDocBase() %>
">
">