Show TOC Start of Content Area

Procedure documentation Creating a Destination  Locate the document in its SAP Library structure

Use

The communication between the XML DAS Connector for Java and the XML DAS takes places via the destination service of the AS Java. With the destination you set up you determine the deployment scenario.

Procedure

       1.      Open the Visual Administrator of the AS Java on which the Java application is running.

       2.      Under Cluster, select <your server> ® Services ® Destinations

       3.      Create an HTTP destination called DASdefault.

       4.      Enter the URL of the XML DAS you would like to use.

                            a.      For a same system deployment scenario, enter

http://localhost:<http port of local AS Java >/DataArchivingService/DAS

                            b.      For a distributed system deployment scenario, enter

http://<XML DAS host>:<http port>/DataArchivingService/DAS

Example

URL in a same system deployment scenario:

http://localhost:50000/DataArchivingService/DAS

       5.      Choose BASIC as authentication method.

       6.      Set the Username and Password to the appropriate communication user as described under Creating Users.

       7.      Choose Save to activate your settings.

       8.      If you changed an already operational destination then restart the AS Java. (If you started off from a non-operational destination no restart is needed).

Result

You have set up the appropriate destination for your deployment scenario and herewith established communication between the XML DAS Connector for Java and the XML DAS.

 

End of Content Area