-Dorg.globus.tcp.port.range :Needed to run GT2/GT4, if not set, jobs will stay in PENDING status
Added:
> >
In the file /opt/liferay-portal-6.0.5/tomcat-6.0.26/setenv.sh you cancel all the content and replace with JAVA_OPTS="$JAVA_OPTS".
0.1 Copying additional jar files to shared libs directory
Copy the following jar files from libs folder to the servers shared libs' directory ( /opt/liferay-portal-6.0.5/tomcat-6.0.26/lib in tomcat 6.0, /opt/liferay-portal-6.0.5/tomcat-6.0.26/shared/libs in version 5.5).
Line: 160 to 162
Set "database connection" information of gUSE in information.war/WEB-INF/classes/META-INF/persistence.xml and "service urls" in information.war/WEB-INF/config/service.xml replace http://localhost:8080 with http://fullyqualified.hostname:8080 for all the occurences.
Added:
> >
After you configure the file init.jsp with your parameter for faster inizializzation of gUSE.
For do this you must extract the file from the information.war file modify the file and recreate the war file. You can do this using for example Eclipse: import project from WAR, modify the files and export to WAR. The name of archive must be the same.