Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <Realm className="org.apache.catalina.realm.JDBCRealm"
  2. connectionURL="jdbc:mysql://localhost/forum?user=root&amp;password=mysqltest&amp;characterEncoding=utf8"
  3. digest="MD5"
  4. driverName="com.mysql.cj.jdbc.Driver"
  5. roleNameCol="role"
  6. userCredCol="password"
  7. userNameCol="login"
  8. userRoleTable="role"
  9. userTable="user"
  10. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement