Updating web.xml in Jasperserver

Hello,

I am attempting to edit the file web.xml for the jasperserver virtual appliance that we had installed from jumpbox. However when I try to save the file it keeps telling me that I don't have permission to change the file. I looked at the file owner and the file owner is root. I have tried to log in to the system as root with the password that we setup when we installed the virtual appliance and the appliance keeps saying "Access Denied".

How can I change this file so that the settings I want to have on the jasperserver appliance we have installed can be updated?

Eric Lommatsch
360 Business

Hi Eric, SSH in with the

Hi Eric,

SSH in with the username "admin" instead of "root," then try editing that file. If that doesn't work, you can use sudo with the same password to get root access.

Bruce

Thanks, that was exactly the

Thanks, that was exactly the information that I needed.