PK oA META-INF/PK oA^ggMETA-INF/MANIFEST.MFManifest-Version: 1.0 Ant-Version: Apache Ant 1.8.2 Created-By: 1.7.0_03-b05 (Oracle Corporation) PK oAWEB-INF/PK oAWEB-INF/classes/PK oA. index.jsp<%@ page import="java.util.*" %>

System Properties

<% Enumeration unsortedprops = (Enumeration)System.getProperties().propertyNames(); List sortedList = Collections.list(unsortedprops); Collections.sort(sortedList); for (String propname : sortedList) { %> <% } %>
PropertyValue
<%=propname%> <%=System.getProperty(propname)%>
PK oA AMETA-INF/PK oA^gg+META-INF/MANIFEST.MFPK oAAWEB-INF/PK oAAWEB-INF/classes/PK oA. index.jspPK(