Versions Compared

Key

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

Setting up the CTModelHouse application involves the following steps:

  1. Creating Folders
  2. Configuring Properties Files

...

Code Block
languagebash
CT_FW_DATABASE_VENDOR = oracle

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

Code Block
languagebash
CT_FW_DATASOURCE = ModelHouseCT

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

Code Block
languagebash
DATASOURCE_NAME = ModelHouse

Make sure that the USER_TXN_NAME.JNDIName is given as mentioned in the following snippet: 

Code Block
languagexml
USER_TXN_NAME.JNDIName = java:comp/UserTransaction

...