This document describes the standard installation. Please see the reference guide for possible variations.
You must install Jakarta-Tomcat: this is the only supported container for the web-application. To deploy a service into AstroGrid's production network, you should install Tomcat v5.0.19. To deploy a service into AstroGrid's development network, you should install Tomcat v5.0.28.
You will need to use Tomcat's administration features to configure the web-application. You should configure Tomcat with a local user-name that has the admin and manager roles.
You must choose a name for the "context" in which the web-application runs. This name will become part of the URLs for your CL-CEC web-service and the web pages of your CL-CEC web-application. E.g., if you name the web-application context "CL-CEC-1", the URLs will be of the form
http://your.server.address:8080/CL-CEC-1/ http://your.server.address:8080/CL-CEC-1/services/CommonExecutionConnectorServicerespectively.
Your CL-CEC works with AstroGrid's FileStore component to read and write files in VOSpace. The details of which stores to use are set by the clients of the web-application in requests to the CEC web-service. You do not need to supply your own store to operate the CL-CEC web-application.
Your web application uses an IVOA resource-registry to publicize its capabilities. You must have access to a registry in which you can publish your resources and a registry from which your CL-CEC web-application can search for its registration at run-time.
The publishing registry and the searchable registry may be the same service. In this case, you will typically use an external registry. As an alternative, you may choose to run a local publishing registry. This makes it easier to publish and maintain groups of services on your site and also helps you establish a "brand" for your services by associating them with your own publishing authority. If you want to run a publishing registry, then you should install and set up the AstroGrid registry component before setting up your CL-CEC.