...
- ssp-platform-config.properties
- The ssp-platform-config.properties file must be modifed for database connectivity and email settings
- Original File Location: ./uportal-war/src/main/resources/properties/ssp-platform-config.default.properties
- Edit the file and save in the SSP_CONFIGDIR
- Run-Time File Location: <SSP_CONFIGDIR>/ssp-platform-config.properties
Configuration Values:
Value Description environment.build.hibernate.connection.driver_class jdbc driver file
For best results with SQL Server, the JTDS driver included with the Platform installation is recommended.
environment.build.hibernate.connection.url jdbc connection syntax
For best results with SQL Server, the JTDS driver included with the Platform installation is recommended.
environment.build.hibernate.connection.username jdbc connection database username environment.build.hibernate.connection.password jdbc connection database password environment.build.hibernate.dialect jdbc connection dialect
For best results with SQL Server, the JTDS driver included with the Platform installation is recommended.
- The ssp-platform-config.properties file must be modifed for database connectivity and email settings
- ./uportal-war/src/main/data/ssp_entities/portlet-definition/ssp.portlet-definition.xml
- Change line 28 from
<timeout>120</timeout>
to<timeout>20000</timeout>
- Change line 28 from
4. Build SSP-Platform
- Use the following command to build, deploy, and initialize the SSP-Platform project:
...