
Security-sensitive data deployment configuration properties
These properties provide security-sensitive settings, such as user names and passwords, to the data deployment process. For security, the values of these properties are encoded at the beginning of the build process. They can also be encoded by the stand-alone properties file encoding utility manually. The original template file for these properties is WCBD_installdir/deploy/data/wcbd-deploy.private.properties.template.
Property summary
Property | Summary |
---|---|
was.user | The user name that is used by wsadmin to connect to the server. |
was.password | The password that is used by wsadmin to connect to the server. |
db.user.name | The database user name that is used by the sql Ant task and the HCL Commerce loading utilities to connect to the database. |
db.user.password | The database user password that is used by the sql Ant task and the HCL Commerce loading utilities to connect to the database. |
mail.user | The user name that is used to connect to the SMTP server. |
mail.password | The password that is used to connect to the SMTP server. |
Property detail
- was.user
-
The user name that is used by wsadmin to connect to the server. Leave the value of this property empty if the server does not have administrative security enabled.
- was.password
-
The password that is used by wsadmin to connect to the server. Leave the value of this property empty if the server does not have administrative security enabled.
- db.user.name
-
The database user name that is used by the
sql
Ant task and the HCL Commerce loading utilities to connect to the database. - db.user.password
-
The database user password that is used by the
sql
Ant task and the HCL Commerce loading utilities to connect to the database. - mail.user
-
The user name that is used to connect to the SMTP server. Leave the value of this property empty if the SMTP server does not use SMTP authentication.
- mail.password
-
The password that is used to connect to the SMTP server. Leave the value of this property empty if the SMTP server does not use SMTP authentication.