Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Prerequisites:

Before creating an App DS connection in Canvas Studio, you must specify the bridge URL and the host name of your end application URL in systempreferences.properties file, present in the Canvas Studio Resource JAR (expertctstudioResource.jar) on the app server (e.g. D:\Canvas\apache-tomcat-8.5.9\webapps\expertctstudio\WEB-INF\lib\expertctstudioResource.jar\systempreferences.properties), as shown in the following code snippet:

ENABLE_BRIDGE=Y
# This url used by bridge to connect to application DB

APPLICATION_URL=http://localhost:9072/ctmodelhouse # Provide the Application URL
# This property is for http proxy host


Refer the following sections for detailed information on creating an App DS Connection and Data Source:

  1. Creating an App DS Connection.
  2. Creating an App DS Data Source. 
  • No labels