
Chapter 3 Configuration of the Application Launcher 21
Troubleshooting Guide for Application Launcher and Business Element Manager
Example 2
Example 2—Provide additional download locations for standard BCM applications.
<config>
<category name="BCM Applications">
<application name="BCM Element Manager">
<download url=" http://serverx3/5.0/ElementManager.zip name=“EM Distribution Site”/>
</application>
<category>
</config>
Example 3
Example 3—Hide applications from the default list provided in the BCM.
<config>
<category name="BCM Applications">
<application name=“BCM Monitor“ visible=“no”>
</application>
<category>
</config>
Example 4
Example 4—Add a new URL to a BCM.
<config>
<category name="Additional Applications">
<application name=“3rd Party Sales">
<url url="http://the3rdparty.com/sale” name=“3rd Party.com”/>
</application>
<category>
</config>
Example 5
Example 5—Add a new application to the Application Launcher.
<config>
<category name=" Additional Applications">
<application name=“New Application">
<exec path="bin" name="run.bat"/>
<download url=" http://serverx3/NewAppForCustomers.zip” name=“Application Distribution
Site”/>
</application>
<category>
</config>
Comentarios a estos manuales