Run Visual Builder Applications On Other Servers
While it's possible to run Visual Builder web applications on other web servers, you do lose some functionality.
Specifically:
- Business objects won't run, because they require the Visual Builder backend.
- You can't use Identity Cloud Service to manage your users, roles, or authentication, so you'll have to manage these aspects of your app.
- The Visual Builder server authentication proxy manages connections to REST services, so you'll need to define your Visual Builder services to use a "Direct (Bypass Authentication Proxy)" connection. The calls are then made directly from the browser to the remote REST service. See How Does the Fixed Credentials Authentication Method Work? for more information.
If these limitations are acceptable, then you can host your Visual Builder app on another server.
To modify your app to do this:
- Use the direct access to your REST services, and switch the set of services that the app is accessing. One way is by doing a global search and replace, to update the address of the server hosting the REST services that provides data to the app. This will allow the back end to be on-premise.
- Ensure that you've allowed anonymous access to the app. Identity Cloud Service won't be available to manage authentication.
- Create a zip file that contains the app ready to be deployed. See Optimize Your Builds and Audit Your Code Using Grunt for information on how to do this.
You can take this optimized version of the app and host it as a regular collection of HTML/JavaScript resources on a web server.
Note:
While these options make it possible to host your Visual Builder app anywhere, developing your app using Visual Builder is only available through the Cloud, so the REST services you want to connect to must be exposed for Cloud access. To achieve this for on-premise systems, one option is to use the Connectivity Agent in Oracle Integration. See Manage the Agent Group and the On-Premises Connectivity Agent in Using Integrations in Oracle Integration 3.