Modifying the View Distributor Application’s Launch Fragment
Procedure
-
Open the following file with an editor:
StudioHome\wcc\version\wccViewDistributor.html
where:
-
Locate the
jsxappns attribute in the
Script element (near the bottom of the file):
<script type="text/javascript" src="JSX/js/JSX30.js" jsxappns="workspace" jsxapppath="JSXAPPS/wccViewDistributor" wccapppath="JSXAPPS/wccViewDistributor" wccloadorder="1" > </script>
-
Modify the value in the
jsxappns 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:
<script type="text/javascript" src="JSX/js/JSX30.js" jsxappns="accounts" jsxapppath="JSXAPPS/wccViewDistributor" wccapppath="JSXAPPS/wccViewDistributor" wccloadorder="1" > </script>
- Save and close the wccViewDistributor.html file.
Copyright © Cloud Software Group, Inc. All rights reserved.