Next: Authorization Handler configuration
Up: Server side
Previous: Web application deployment descriptor
Generate a <Service> block definition starting from
secure-service-with-authorization.xml.template. The template
contains the configuration for a `secure' service: port connectors,
logging classes, service-specific context information, etc. For the
configuration of parameters related to the authentication functionalities
refer to the EDG Security Installation Guide. All parameters required
by the Authorization Handler and the Administration GUI are defined in the
<Context> block:
- @WEBAPP.CONTEXT.PATH@: substitute this parameter with the context path
of the web application. The context path is matched against the beginning of
each request URI to select the appropriate web application for processing.
- @WEBAPP.LOCATION@: substitute this parameter with the directory for
the web application, or the pathname to the web application archive file (WAR).
- @AUTHORIZATION.CONFIG.FILE@: substitute this parameter with the
pathname of the configuration file for the Authorization Handler; a template
of this file is provided with the name
AxisAuthorizationHandlerConfig.txt.template.
Save the final definition in the ${EDG_LOCATION_VAR}/etc/server.xml.d
directory with the name
${servicename}${voname}.xml.
2004-05-05