Update FreeBSD-FreeNAS-Install.md

This commit is contained in:
croquagei
2016-06-11 13:56:44 +10:00
committed by GitHub
parent 28d774b880
commit 7999561785
+3 -2
View File
@@ -20,12 +20,13 @@ Edit Tomcat's user configuration file with your favourite text editor. We insta
Copy this Copy this
> <tomcat-users xmlns="http://tomcat.apache.org/xml" >
<tomcat-users xmlns="http://tomcat.apache.org/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd" xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
version="1.0"> version="1.0">
> <role rolename="manager-gui"/> <role rolename="manager-gui"/>
<role rolename="manager-script"/> <role rolename="manager-script"/>
<role rolename="manager-jmx"/> <role rolename="manager-jmx"/>
<role rolename="manager-status"/> <role rolename="manager-status"/>