CoG FX GSI
From Globus
[edit]
Building the CoG FX GSI extensions
1. Checkout the code from cvs:
cvs -d :pserver:anonymous@cvs.cogkit.org:/cvs/cogkit co src/jglobus-fx/gsi
Remember to specify -r globus_4_0_branch option if checking out 4.0-based code.
2. Edit build.properties, and update the following properties:
- jwscore.dir - must point to Java WS Core's common package source directory from the appropriate branch. For example, ~/development/globus_4_0_branch/wsrf/java/common/source.
- tomcat.dir - must point to Tomcat 5.0.x installation. For example, Tomcat 5.0.28.
- tomcat55.dir - must point to Tomcat 5.5.x installation. Tomcat must have the JDK 1.4 Compatibility Package installed.
3. Build the code:
ant
If the build is successful cog-axis.jar and cog-tomcat.jar files will be created under the build/lib directory.
[edit]
Other Information
[edit]
Contributors
We gratefully acknowledges the following contributions:
- GridmapFilterValve, Kevin J. Price (NCSA)

