Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <Realm className="org.apache.catalina.realm.JDBCRealm"
  2. driverName="com.mysql.jdbc.Driver"
  3. connectionURL="jdbc:mysql://192.168.0.195:3306/shop"
  4. connectionName="java" connectionPassword="java"
  5. userTable="users" userNameCol="user_name" userCredCol="password"
  6. userRoleTable="users_roles" roleNameCol="role_name" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement