Installation guide
TIBCO ActiveMatrix BPM Installation and Configuration
70
|
Chapter 4 Installation
2. Edit the integration_create_admin_data.xml file:
a. Set the
sharedWorkFolder attribute of the AdminConfigFolders element
to a folder in the shared file system. For example:
<AdminConfigFolders
instanceWorkFolder="/home/tibco/amx-bpm/WorkFolder"
sharedWorkFolder="/opt/tibco/properties/SharedWorkFolder"
productStagingFolder="${TIBCO_HOME}"/>
b. Set the location attribute of the SCMDetails element to the same value as
sharedWorkFolder attribute.
<SCMDetails type="filesystem"
location="${admin.enterprise.dir}/shared/repo"/>
For example:
<SCMDetails type="filesystem"
location="/opt/tibco/properties/SharedWorkFolder"/>
c. Set value of the Svar element named
ArtifactServerInternalSharedLocationSvar to the same value as
sharedWorkFolder attribute.
<SVar description="admin shared folder svar" type="String"
name="ArtifactServerInternalSharedLocationSvar"
xsi:type="amxdata_base:SubstitutionVariable"
value="${tibco.config.mgmt.home}/admin/${admin.enterprise.na
me}/shared"/>
For example:
<SVar description="admin shared folder svar" type="String"
name="ArtifactServerInternalSharedLocationSvar"
xsi:type="amxdata_base:SubstitutionVariable"
value="/opt/tibco/properties/SharedWorkFolder"/>
d. Save the file.
Create a TIBCO ActiveMatrix Administrator on Machine 1
Perform the following steps on Machine 1 to create a TIBCO ActiveMatrix
Administrator:
Task A Edit build.xml
3. Remove "deploy-mcr" and "
deploy-commonlogging" from the end-to-end
target:
Change: