To change the rvJasperUser password:
- Go to the JasperReports Server host and open http://localhost:8480/jasperserver-pro/login.html using a browser.
- Go to Manage > Users
- Click rvJasperUser.
- Click Edit.
- Change the password.
To use an unencrypted password to set the property:
- Open the
%AGILIANCE_HOME%\config\agiliance.properties
file using a text editor. - Set the
jasper.rvUserWebServicePwd
property to the new password. The password can be read because it remains visible in the property. - Restart the RiskVision Tomcat service to apply the changes.
To use an encrypted password to set the property:
- Open command prompt and navigate to the
%AGILIANCE_HOME%\install\toolbox\bin
directory. - Enter the command:
encrypt.cmd <password>.
This password must be confidential. - A new password is generated in the encrypted format.
- Copy the encrypted password and paste it into the
agiliance.properties
file. - Set the
jasper.rvUserWebServicePwdEncrypted
property to the password in the encrypted form. - Restart the Application server Tomcat to apply the changes.