Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <Realm className="org.apache.catalina.realm.JDBCRealm"
  2. driverName="com.mysql.jdbc.Driver"
  3. connectionURL="jdbc:mysql://localhost:3306/coupon_system"
  4. connectionName="user=root" connectionPassword="password=Maks1988"
  5. userTable="user" userNameCol="nickname" userCredCol="password"
  6. userRoleTable="user_roles" roleNameCol="role"/>
  7.  
  8. </Realm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement