Versions Compared

Key

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

File Location: <Tomcat-Installed-Folder >\webapps\expertctstudio\WEB-
INF\lib\expertctstudioResource.jar\ctstudiodatabaseconfig.properties

Make sure that the data source is given as mentioned in the following snippet: 

Code Block
language

...

xml
CT_FW_DATASOURCE =java:/comp/env/jdbc/ExpertStudio 


Make sure that the data source name is given as mentioned in the following snippet:

Code Block
language

...

xml
DATASOURCE_NAME =java:/comp/env/jdbc/ExpertStudioTarget

...