<%@ page import="java.util.*"%> <%@ page import="com.ibm.ws.console.proxy.proxysettings.ProxySettingsDetailForm"%> <%@ page import="com.ibm.ws.console.core.ConfigFileHelper"%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> <% String showNoneText = "Proxy.none.text"; boolean val = false; if (readOnly != null && readOnly.equals("true")) val = true; Vector valueVector = (Vector) session.getAttribute("outboundSSLAliasVal"); Vector descVector = (Vector) session.getAttribute("outboundSSLAliasDesc"); %> <% ProxySettingsDetailForm form = (ProxySettingsDetailForm) session.getAttribute("com.ibm.ws.console.proxy.proxysettings.ProxySettingsDetailForm"); java.util.Properties props = null; String contextId = (String)request.getAttribute("contextId"); props = ConfigFileHelper.getNodeMetadataProperties((String)contextId, request); Integer version = Integer.valueOf(props.getProperty("com.ibm.websphere.baseProductMajorVersion")); /* * If we are at cluster scope or in a non-clustered proxy, display the fields */ if (form.getContextId().contains(":dynamicclusters") || form.getClusterName().length() <= 0 ) { %> <% //Filter this attribute on pre v7 nodes if (version.intValue() >= 7){ %> <% } %> <% } /* * If we are not in the cluster scope, display the outbound TCP address field. * Filter this node on pre v7 nodes */ if (!form.getContextId().contains(":dynamicclusters") && (version.intValue() >= 7)) { %> <% } %>