Change the rvJasperUser Password

To change the rvJasperUser password

  1. Go to the JasperReports Server host and open http://localhost:8480/jasperserver-pro/login.html using a browser. 
  2. Go to Manage > Users
  3. Click rvJasperUser
  4. Click Edit
  5. Change the password. 

To use an unencrypted password to set the property:

  1. Open the %AGILIANCE_HOME%\config\agiliance.properties file using a text editor.
  2. Set the jasper.rvUserWebServicePwd property to the new password. The password can be read because it remains visible in the property.
  3. Restart the RiskVision Tomcat service to apply the changes.

To use an encrypted password to set the property:

  1. Open command prompt and navigate to the %AGILIANCE_HOME%\install\toolbox\bin directory.
  2. Enter the command:  encrypt.cmd <password>. This password must be confidential.
  3. A new password is generated in the encrypted format.
  4. Copy the encrypted password and paste it into the agiliance.properties file.
  5. Set the jasper.rvUserWebServicePwdEncrypted property to the password in the encrypted form.
  6. Restart the Application server Tomcat to apply the changes.