GT 3.9.1 Java WSRF Core Preview Installation Guide
Prerequisites
- Java JDK v1.3 or higher
When using IBM's JDK v1.4 you will need to obtain the Xerces-2 jars and place them in
$JAVA_HOME/lib/endorsedRefer to other Java installation requisites in the security document.
- Apache Ant 1.5 or higher
You will need to install the JUnit jar to be able to run the tests.
Installation
| 1 | Un-tar the distribution. |
| 2 | Change into the wsrf directory, henceforth referred
to as the <distribution directory>. |
| 3 | Set the
|
| 4 | Run: ant deploy |
You should now have an installation of the WSRF preview in either
$GLOBUS_LOCATION or install.
Troubleshooting Your Installation
- No known issues right now
Testing Your Installation
Run the unit tests |
|
| 1 | Change to the <distribution directory> directory. |
| 2 | Make sure you have the JUnit jar on your CLASSPATH and then deploy the tests by running: ant deployTest The tests
will be installed in either |
| 3 | Make sure you have a valid proxy. This may be done by setting the
|
| 4 | Run the tests by executing: ant test
|
| 4. | Wait. These tests take a little while... |
| 1 | Change to the <distribution directory> directory. |
| 2 | Deploy the samples by running: ant deploySamples This will install the counter and management examples to your installation directory
( |
| 3 | Start the container by running: $GLOBUS_LOCATION/bin/globus-start-container (requires |
| 4 | In another window, run: $GLOBUS_LOCATION/bin/counter-client (requires As a result you should see something like the following: ~/test/wsrf/install:17:56:52: ./bin/counter-client Counter service: http://localhost:8080/wsrf/services/CounterService Got notification with value: 3 Counter has value: 3 Got notification with value: 13 |