Setting up the CTModelHouse application involves the following steps:
- Creating Folders
- Configuring Properties Files
Note |
---|
- The .WAR file that is released will be available in the path:
/usr1/SIR08872/mydomain/canvas_domain/Upload/CTModelHouse.war - Always consider the .WAR file that has been recently released for deployment.
|
...
The following properties files needs to be configured:
- databaseconfig.properties
- MyImplementation.properties
- CanvasFopUserconfig.xml
Anchor |
---|
| databaseconfig_properties_ctmodelhouse |
---|
| databaseconfig_properties_ctmodelhouse |
---|
|
databaseconfig.properties
...
Code Block |
---|
|
CT_FW_DATABASE_VENDOR = oracle |
Make sure that the USER_TXN_NAME.JNDIName is given as mentioned in the following snippet:
Code Block |
---|
|
USER_TXN_NAME.JNDIName = java:comp/UserTransaction |
Anchor |
---|
| MyImplementation_properties_ctmodelhouse |
---|
| MyImplementation_properties_ctmodelhouse |
---|
|
MyImplementation.properties
File Location: CTModelHouse.war\WEB-INF\lib\CTModelHouseResources.jar\MyImplementation.properties
...