Entering content frame

Object documentation server_component_management.dtd Locate the document in its SAP Library structure

Use

You can use this file to specify libraries, interfaces and services for deployment.

Note

The server-components-xml element from the deploy-manager-config.dtd, specifies the path to this XML file.

Structure

The server_component_management.dtd defines the following elements:

This graphic is explained in the accompanying text

The usage of each element is explained in detail as follows:

<!--
The server-components-management is the root element of this deployment descriptor. It contains information about the server component you want to deploy – service, interface and library.
-->
<!ELEMENT server-components-management (component*)>

 

<!--
The component element specifies the server component to be managed.
This element is obligatory. It may appear more than once in the file.

Used in: server-components-management
-->
<!ELEMENT component (component-name, component-file)>

 

<!--
The action attribute species the type of the deployment management.
Used in: component
-->
<!ATTLIST component action (deploy|update|remove) "deploy">

 

<!--
The type attribute specifies the type of the server component to be managed.
-->
<!ATTLIST component type (library|service|interface) #REQUIRED>

 

<!--
The component name element specifies the name of the server component – library, service or interface.
This field is obligatory. It may appear only once in the component element.
Used in: component
-->
<!ELEMENT component-name (#PCDATA)>

 

<!--
The component-file element specifies the component archive.
It may appear more than once in the component element.
Used in: component
-->
<!ELEMENT component-file (archive-file-location, server-mapping-location?)>

 

<!--
The archive-file-location element specifies the file path to the archive file in the file system.
This field is obligatory. It may appear only once in the component-file element.
Used in: component-file
-->
<!ELEMENT archive-file-location (#PCDATA)>

 

<!--
The server-mapping-location element specifies the mapping name for the archive (service, interface or library) within the application file.
This field is obligatory. It may appear only once in the component-file element.
Used in: component-file
-->
<!ELEMENT server-mapping-location (#PCDATA)>

Example

For an example of server_component_management.dtd, see server_component_management.xml.

 

Leaving content frame