<%@ page import="WebFlow.*" %> <%@ page import="WebFlow.ContextManager.*" %> <%@ page import="java.util.*" %> <% String xmlpath = "/a/birch.csit.fsu.edu/shared/home/cyoun/GATEWAY/apache1.3.12/WWW/GOW/WEB-INF/src/generic/ApplDesc.xml"; String userName=storeInfo.getTableVal("userName"); String problemName=storeInfo.getTableVal("problemName"); String sessionName=request.getParameter("sessionName"); String sessionChoice = request.getParameter("sessionchoice"); ContextManager cm=ServerServlet.getContextManager(userName); cm.selectSession(problemName,sessionName); %> Job Script Review <% if(sessionChoice.equals("Delete")) { //if(sessionChoice) cm.removeCurrentSession(); %> The session archive, <%= sessionName %> was deleted.
<% } else { //View Data %>

Code Selection for the visualization

Please provide the following information needed to visualize.

  • Machine Name: <% String tmp2,tmp3; String code1 = cm.getCurrentSessionProperty("MachineName"); parseXML.init(xmlpath); Vector appNames=parseXML.getApplications(); %> <%= code1 %>

  • The Visualization Toolkit <% for(int j1=0;j1
    > <%= tmp2 %> <% } } %>

  • Data Files:
    <% String suplimit3 = cm.getCurrentSessionProperty("NumOutFiles"); String outputpathList1 = null; if(!suplimit3.equals("0")) { int uplimit3=Integer.parseInt(suplimit3); if(problemName.equals("VizProblem")) { outputpathList1 = cm.getCurrentSessionProperty("DataFiles"); } else outputpathList1 = cm.getCurrentSessionProperty("outputFiles"); StringTokenizer st2 = new StringTokenizer(outputpathList1,"+"); for(int j=0;j Data File:
    <% } } %>

  • Output File for the visualization:
    Output File:

      

  • <% } %>