<%@ taglib uri="http://jakarta.apache.org/taglibs/tomcat_admin-1.0" prefix="adm" %> Context Detail <% if( ctx==null ) { %>

Error, no context for <%= request.getParameter( "ctx" ) %>

<% } else { %> &host=<%= request.getParameter("host") == null ? "" : request.getParameter("host") %>Session info
Path <%= ctx.getPath() %>
DocBase <%= ctx.getDocBase() %>
Reloadable <%= ctx.getReloadable() %>
AbsolutePath <%= ctx.getAbsolutePath() %>
Description <%= ctx.getDescription() %>
Distributable <%= ctx.isDistributable() %>
Trusted <%= ctx.isTrusted() %>
Session Timeout <%= ctx.getSessionTimeOut() %>
Reloadable <%= ctx.getReloadable() %>
Index files <%= wfile %> 
Virtual Hosts <%= ( null == ctx.getHost())? "DEFAULT" : ctx.getHost() %>  <%= vhost %> 

Taglibs

<%= tlib %> <%= ctx.getTaglibLocation( tlib ) %>

Init params

<% } %>
<%= initP %> <%= ctx.getInitParameter( initP ) %>