Entering content frame

This graphic is explained in the accompanying text deploy-manager-config.xml Locate the document in its SAP Library structure

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

<!DOCTYPE deploy-manager-config [

<!ELEMENT deploy-manager-config (version-id, project-dir?, deployable-object, element*, login-info, user-role-mapping?, server-components-xml?, library-info?, supports, deployment-properties?, repl-var-properties?, log-file?)>

<!ELEMENT version-id (#PCDATA)>

<!ELEMENT project-dir (#PCDATA)>

<!ELEMENT deployable-object (ear-file|j2ee-module)>

<!ATTLIST deployable-object action-type (deploy|update) #REQUIRED>

<!ELEMENT ear-file (ear-path, display-name?, altdd*)>

<!ELEMENT ear-path (#PCDATA)>

<!ELEMENT display-name (#PCDATA)>

<!ELEMENT j2ee-module (archive-path, altdd*)>

<!ELEMENT archive-path (#PCDATA)>

<!ATTLIST j2ee-module container (appclient|connector|EJB_Container|servlet_jsp) #REQUIRED>

<!ELEMENT element (entry-name, context-root?, altdd*)>

<!ELEMENT context-root (#PCDATA)>

<!ELEMENT altdd (pathname, entry-name)>

<!ATTLIST altdd use-alternative (yes|no) #REQUIRED>

<!ELEMENT pathname (#PCDATA)>

<!ELEMENT entry-name (#PCDATA)>

<!ELEMENT login-info (host, port, transport-protocol*, user-name, user-password)>

<!ELEMENT host (#PCDATA)>

<!ELEMENT port (#PCDATA)>

<!ELEMENT transport-protocol (#PCDATA)>

<!ELEMENT user-name (#PCDATA)>

<!ELEMENT user-password (#PCDATA|psw-file)>

<!ELEMENT psw-file (#PCDATA)>

<!ELEMENT user-role-mapping (role-name+)>

<!ELEMENT role-name (#PCDATA | mapping)*>

<!ELEMENT mapping (name, type)>

<!ELEMENT name (#PCDATA)>

<!ELEMENT type (#PCDATA)>

<!ELEMENT server-components-xml (#PCDATA)>

<!ELEMENT library-info (library*, reference*)>

<!ELEMENT library (lib-name, lib-jar+)>

<!ELEMENT lib-name (#PCDATA)>

<!ELEMENT lib-jar (#PCDATA)>

<!ATTLIST lib-jar server-map-name CDATA #REQUIRED>

<!ELEMENT reference (from-loader, to-loader+)>

<!ELEMENT from-loader (#PCDATA)>

<!ELEMENT to-loader (#PCDATA)>

<!ELEMENT supports (support+)>

<!ELEMENT support (#PCDATA)>

<!ELEMENT repl-var-properties (property*)>

<!ELEMENT deployment-properties (property*)>

<!ELEMENT property (#PCDATA)>

<!ELEMENT log-file (#PCDATA)>

]>

 

  <deploy-manager-config>

    <version-id>

    </version-id>

    <project-dir>

      D:\AppServer\dev\bin\deploying

    </project-dir>

    <deployable-object action-type="deploy">

      <ear-file>

        <ear-path>

          \now\Ear_for_now_project.ear

        </ear-path>

        <altdd use-alternative="yes">

          <pathname>

            \now\deployer\application-j2ee-engine.xml

          </pathname>

          <entry-name>

            META-INF/application-j2ee-engine.xml

          </entry-name>

        </altdd>

      </ear-file>

    </deployable-object>

    <element>

      <entry-name>

        Neptun.jar

      </entry-name>

      <altdd use-alternative="yes">

        <pathname>

          \now\deployer\jar\Neptun_jar\ejb-jar.xml

        </pathname>

        <entry-name>

          META-INF/ejb-jar.xml

        </entry-name>

      </altdd>

      <altdd use-alternative="yes">

        <pathname>

          \now\deployer\jar\Neptun_jar\ejb-j2ee-engine.xml

        </pathname>

        <entry-name>

          META-INF/ejb-j2ee-engine.xml

        </entry-name>

      </altdd>

    </element>

    <login-info>

      <host>

        ivan-g

      </host>

      <port>

        50004

      </port>

      <transport-protocol>

        None

      </transport-protocol>

      <user-name>

        Administrator

      </user-name>

      <user-password>

        sap

      </user-password>

    </login-info>

    <user-role-mapping>

      <role-name>

        unknown role

      </role-name>

    </user-role-mapping>

    <library-info>

    </library-info>

    <supports>

      <support>

        p4

      </support>

    </supports>

    <deployment-properties>

      <property>

        container_type = B

      </property>

    </deployment-properties>

    <repl-var-properties>

    </repl-var-properties>

    <log-file>

      \now\deployer\deployer_log.txt

    </log-file>

  </deploy-manager-config>

 

 

Leaving content frame