Entering content frame

This graphic is explained in the accompanying text server_component_management.xml Locate the document in its SAP Library structure

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE server - components - management [

<!ELEMENT server - components - management ( component *)>

<!ELEMENT component ( component - name , component - file )>

<!ATTLIST component action ( deploy | update | remove ) "deploy" >

<!ATTLIST component type ( library | service | interface ) #REQUIRED>

<!ELEMENT component - name (#PCDATA)>

<!ELEMENT component - file ( archive - file - location , server - mapping - location ?)>

<!ELEMENT archive - file - location (#PCDATA)>

<!ELEMENT server - mapping - location (#PCDATA)>

]>

 

  <library-management>

    <component action= "deploy" type= "library" >

      <component-name>

        FirstComponent

      </component-name>

      <component-file>

        D:\AppServer\dev\bin\deploying\now\ServerComponents\Library.jar

      </component-file>

    </component>

    <component action= "deploy" type= "interface" >

      <component-name>

        SecondComponent

      </component-name>

      <component-file>

        D:\AppServer\dev\bin\deploying\now\ServerComponents\Interface.jar

      </component-file>

    </component>

  </library-management>

 

 

Leaving content frame