Configuration

To configure the Gram Job Submission portlet, please modify the portlet deployment descriptor (portlet.xml). If using the GridPort Demo Portal, this file will be located in demo-portal/src/conf/portlet.xml.gp-job-submission. If deploying the portlet to your own portal, the file will be located in gp-job-submission/src/webapp/WEB-INF/portlet.xml

Please configure the resources with which users of this portlet will interact. This configuration is found in the resources. init param. Please modify this init param to contain the GRAM-enabled resources on your grid.

	<!-- resources configuration -->
        <init-param>
            <name>resources</name>
            <value>bandera.tacc.utexas.edu,blanco.tacc.utexas.edu,laredo.tacc.utexas.edu</value>
        </init-param>
        ...

The portlet is now configured to use GRAM to submit batch jobs to remote resources on your grid. After editing the configuration of this portlet, you must redeploy the portlet and restart Tomcat.