Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.54 KB | None | 0 0
  1. --- conf/server.xml.orig        2016-12-04 18:52:12.000000000 -0500
  2. +++ conf/server.xml     2016-12-04 18:51:55.000000000 -0500
  3. @@ -139,7 +139,8 @@
  4.                that are performed against this UserDatabase are immediately
  5.                available for use by the Realm.  -->
  6.           <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
  7. -                resourceName="UserDatabase"/>
  8. +                resourceName="UserDatabase"
  9. +                digest="sha-256"/>
  10.         </Realm>
  11.  
  12.         <Host name="localhost"  appBase="webapps"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement