
To be able to the Portal Access Grid Portlet the following software packages are necessary:
Please follow the installation instructions provided by the Java Vendor.
Unfortunately there seems to be a problem in Java's IP6 networking stack to work with PAG. To avoid issues with the bridge-testing please enable the IPv4-networking stack. In order to do this pass the following options to the JVM when you start your tomcat:
-Djava.net.preferIPv4Stack=true
Please follow the tomcat installation instructions. Once the installation is complete you need to make sure that tomcat allows an empty session path. To do this edit the connector section of the server.xml file in the conf/ directory adding
emptySessionPath="true"
In tomcat5.5 the section should read:
<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
maxSpareThreads="75" enableLookups="false"
redirectPort="8443" acceptCount="100">
connectionTimeout="20000"
disableUploadTimeout="true"
emptySessionPath="true"/>
Please follow the installation instructions provided by the Portal Vendor.
Extract the pag_1-3.tar.gz file into the webapps directory of your tomcat installation. On a Linux system :
tar xfvz pag_1-3.tar.gz
Restart your tomcat server to recognize the new web-application.
Please follow the installation instructions for integrating a portlet into the portal environment.