GT 3.9.3 Java WS Core : System Administrator's Guide

Introduction

[introduces the guide to sysadmins AND points them to the Installation Guide for comprehensive basic installation/configuration info]

Building and Installing

[information about installing the component - may link to Installation Guide]

Configuring

Information on configuration settings and environment variables can be found in the public interface guide.

Deploying

[information about deploying the component into various containers/environments]

Testing

To execute Java WS Core tests first make sure to have Ant with JUnit configured. Also make sure to copy junit.jar found in JUnit distribution to the $GLOBUS_LOCATION/lib directory.

The Java WS Core tests are included in following jars:

  • $GLOBUS_LOCATION/lib/wsrf_test_interop.jar - contains the basic interoperability tests
  • $GLOBUS_LOCATION/lib/wsrf_test_unit.jar - contains all other tests
To execute the tests pass the selected jar file from the above to the test script as described in the Developer's Guide. Make sure to run the tests with -DbasicTestsOnly=true option enabled.

Troubleshooting

[help for common problems sysadmins may experience]