Configuration of the GPIR Browser Portlet is simple and only
requires modification to the portlet deployment descriptor (portlet.xml).
If using the GridPort Demo Portal, this file will be located
in demo-portal/src/conf/portlet.xml.gpir-browser-2.
If deploying the portlet to your own portal, the file will be located
in gpir-browser-2/src/webapp/WEB-INF/portlet.xml
Open the descriptor and go to the section of XML that looks like this:
<init-param>
<name>gpir.ws.url</name>
<value>http://localhost:8080/gpir/webservices</value>
</init-param>
<init-param>
<name>gpir.vo</name>
<value>TEST_VO</value>
</init-param>
<init-param>
<name>use.access.control</name>
<value>false</value>
</init-param>
...
After editing the configuration of this portlet, you must redeploy the portlet and restart Tomcat.