I am trying to log into the host manager , but I am unable to open the tomcat-users.xm file. When I right click it to open in editor it says permission denied.
Could not open the file /etc/tomcat6/tomcat-users.xml.
You do not have the permissions necessary to open the file.
The owner is root and I even tried doing some " sudo s " cmd to change my role.
I even tried emailing myself the file to another machine but the file wont email or zip up.
Open the tomcat-users. xml file, which is located by default in $CATALINA_HOME\conf\tomcat-users. xml.
tomcat-users. xml is the default user database for container-managed authentication in Tomcat.
Try sudo chmod 777 /etc/tomcat6/tomcat-users.xml
first. If you want to edit it, you may need to sudo
that too: eg. sudo vim /etc/tomcat6/tomcat-users.xml
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With