Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creating App DS Connection and Data Source

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:

Code Block
languagebash
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

...

pages for detailed information on creating

...

the App DS Connection and Data Source:

  1. Creating an App DS Connection.
  2. Creating an App DS Data Source. Anchor_GoBack_GoBack