%@ taglib uri="http://jakarta.apache.org/taglibs/tomcat_admin-1.0"
prefix="adm" %>
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 %>
|