Modifying the View Distributor Application’s wccConfig.xml
Procedure
-
Open the following file with an editor:
StudioHome\wcc\version\JSXAPPS\wccViewDistribtor\wccConfig.xml
where:
-
Locate the
name
attribute in the
appModelName
element:
<record jsxid="wcc" type="wcc"> <appClass class="com.tibco.wcc.wccViewDistributor.Application"/> <appRoot name=""/> <mainPrototype path="JSXAPPS/wccViewDistributor/application/prototypes/appMain.xml"/> <appModelName name="workspace" /> <resources> <jss copyFromNamespace="first" alwaysLoad="false" /> <config copyFromNamespace="first" /> </resources> </record>
-
Modify the value in the
name
attribute to fit the name of your custom WCC application. For example, if your custom application’s name is “accounts”, it should appear as follows:
<record jsxid="wcc" type="wcc"> <appClass class="com.tibco.wcc.wccViewDistributor.Application"/> <appRoot name=""/> <mainPrototype path="JSXAPPS/wccViewDistributor/application/prototypes/appMain.xml"/> <appModelName name="accounts" /> <resources> <jss copyFromNamespace="first" alwaysLoad="false" /> <config copyFromNamespace="first" /> </resources> </record>
- Save and close the wccConfig.xml file.
Copyright © Cloud Software Group, Inc. All rights reserved.