Versions Compared

Key

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

...

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
languageactionscript3bash
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

...