You must encrypt passwords before you put them in the Bootstrap.properties file.
Procedure
-
Open a command prompt and change to the %CURAM_DIR%\EJBServer
directory.
%CURAM_DIR% is the Cúram installation directory, which by default is
C:\IBM\Curam\Development.
- Issue the following command:
build encrypt -Dpassword=password
where
password is the password you want to encrypt.
- Copy the encrypted string in the output to the correct
location in the Bootstrap.properties file.
For example, the curam.db.password parameter.