Setting Up the wccPassThruManagedHub Application
Procedure
-
Add the Workspace framework files to the web server path.
For example, assuming Tomcat as the web server, copy the following files and directories:
- StudioHome\wcc\ver\brand.xml
- StudioHome\wcc\ver\close.html
- StudioHome\wcc\ver\externalform.htm
- StudioHome\wcc\ver\jsx3.gui.window.html
- StudioHome\wcc\ver\logger.xml
- StudioHome\wcc\ver\addins\
- StudioHome\wcc\ver\dojo-toolkit\
- StudioHome\wcc\ver\JSX\
- StudioHome\wcc\ver\JSXAPPS\
... to the following directory:
TomcatHome\webapps\wccPassThruManagedHub\
where:
- Copy the root HTML files needed by the sample application.
- Copy application directories for the sample application.
-
Configure the
baseUrl for the Action Processor in the sample application’s configuration files:
- Open the config.xml file in the following directories:
- Locate the
Action Processor record and set the
baseUrl attribute to point to the location of your Action Processor. The string in the
baseUrl attribute must be in the form:
http://Host:Port/bpm/actionprocessor/actionprocessor.servlet
where:
- Host is the name or IP address of the machine hosting the BPM runtime.
- Port is the port number used by the ActiveMatrix WebApp Implementation Type to communicate with web applications.
For example:
<record jsxid="ActionProcessors" type="workspace"> <ActionProcessor weighting="100" baseUrl="http://Austin:8080/bpm/actionprocessor/actionprocessor.servlet"> </ActionProcessor> </record>
Copyright © Cloud Software Group, Inc. All rights reserved.