Action Processor
This configuration specifies the URL that points to the Action Processor to which the application will connect at runtime.
Note that in a production environment, the application and the Action Processor must be running on the same machine. Therefore, the baseUrl attribute for the ActionProcessors record in the config.xml file is set to an empty string by default:
<record jsxid="ActionProcessors" type="workspace"> <ActionProcessor weighting="100" baseUrl=""> </ActionProcessor> </record>
This causes the URL to the Action Processor to be determined at runtime based on the URL entered in the browser to start the application.
In a development/testing environment, however, you will likely be running the application on a local machine. Therefore, you will need to specify the URL to the Action Processor in the baseUrl attribute.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.