WAS v8.5 > Deploy applications > Deploy SCA composites > Deploy SCA business-level applications

View SCA domain information

We can view information on Service Component Architecture (SCA) composites in an SCA domain in the dmgr console.

The SCA composite must be a composition unit in a business-level application. Viewing SCA domain information enables you to see on one console page information on all components in an SCA domain. The View domain page displays information on available services in the current domain.

  1. Go to the View domain page.

    Click Applications > Application Types > Business-level applications > application_name > SCA_deployed_asset_name > View domain.

  2. Optional: Click Expand All or Collapse All to more easily browse the page.


Results

The View domain page lists information on components in the current domain.


Example

Suppose the HelloWorldAsync business-level application provided as a sample with the product is installed. Click Applications > Application Types > Business-level applications > HelloWorldAsync > helloworldws > View domain.

The View domain page displays information resembling the following:

<domain name="myCell02">   <component name = "AsynchTranslatorComponent"
        mapTarget = "WebSphere:cell=myCell02,node=myNode02,server=server1">     <service name = "AsynchTranslatorService">       <interface.java interface = "helloworld.AsynchTranslatorService"/>     </service>     <reference name = "AsynchTranslatorService" target = ""/>     <httpurlendpoints name = "endpoints" uri = ""/>   </component> </domain>

Browse the page to ensure that it contains the intended information.

We can export the same domain information to a file using the exportCompositeToDomain command. See "Exporting SCA domain information using scripting."


Related concepts:

SCA domain


Related


Export SCA domain information using scripting
Example: Creating an SCA business-level application with the console
Deploy business-level applications


+

Search Tips   |   Advanced Search