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 | |
---|---|
|
...
| |
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 | |
---|---|
|
...
| |
DATASOURCE_NAME =java:/comp/env/jdbc/ExpertStudioTarget |
...
|