Deploying Data Services via the Command-line

To deploy a data service:

  1. Run the following command from within the OGSA-DAI WSRF binary distribution directory:
    $ ant deployService -Ddai.container=/path/to/Web/services/container
      -Ddai.service.name=service/name
    
  2. The data service will be deployed onto your Web services container. You will need to shutdown and restart your container before clients are able to access the new data service.