<%@ page import="java.util.*"%> <%@ page import="com.ibm.ws.console.phpserver.PHPServerDetailForm"%> <%@ 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" %> <% PHPServerDetailForm form = (PHPServerDetailForm) session.getAttribute("com.ibm.ws.console.phpserver.PHPServerDetailForm"); %> // boolean val = false; //if (readOnly != null && readOnly.equals("true")) // val = true; // String clusterName = form.getClusterName(); <% String rootApache = form.getRootApache(); String rootPHP = form.getRootPHP(); %>