Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Deployment Configuration File Reference : Overview

Overview
This chapter explains the values you can set for elements in an XML file for an application. The XML file is typically generated using the AppManage -export option against an application’s EAR file. For example:
AppManage -export -out c:\test\myApp.xml -ear myApp.ear
Typically, you then edit the XML file, and then deploy the application. See Simple Application Deployment for details about deploying an application after editing its deployment configuration file.
AppManage XSD Files
If you are using an XML editor such as that available in TIBCO Designer (using Project > Import Resources from File, Folder, URL), you can load the XSD files that are included in the AppManage.jar and the Deployment.jar files. Doing so allows you to get more information about the elements in the deployment configuration file. The jar files are located in the TIBCO_HOME/tra/version/lib directory.
The main XML schema for deployment configuration is in ApplicationManagement.xsd, which is included in the AppManage.jar. The bw.xsd file is also in the AppManage.jar file. There are two imported schemas, RequiresAuthentication.xsd and DeploymentDescriptorArchive.xsd referenced. The two XSDs are in the Deployment.jar file.
To get the XSD files, use winzip or another utility to unpack the jar files. The XSD files are located as follows in the jar files:
Icons Used in the Diagrams
Each element in this appendix is explained using the diagrams that display in TIBCO Designer. The following shows a partial element diagram. In the diagram below, the name attribute is mandatory and the repoInstanceName element is optional.
Figure 2 Partial Element Diagram

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved