- Go to the JasperReports Server host and access the URL by using a browser
http://localhost:8480/jasperserver-pro/login.html
The JasperReports Server login page is displayed.
- Go to Manage > Users
- Select is
rvJasperUseruser - Click Edit
- Change the password. The password is changed successfully.
If the unencrypted password is used to set the property, perform the steps below:
- Open the
%AGILIANCE_HOME%\config\agiliance.propertiesfile by using a text editor. - Set the
jasper.rvUserWebServicePwdproperty 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.
If the encrypted password is used to set the property, perform the following steps:
- Open the command prompt and navigate to the
%AGILIANCE_HOME%\install\toolbox\bindirectory. - 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 the password in the
agiliance.propertiesfile. - Set the
jasper.rvUserWebServicePwdEncryptedproperty to the password in encrypted form. - Restart the Application server Tomcat to apply the changes.
