Advertisement
Guest User

Untitled

a guest
May 30th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <Realm className="org.apache.catalina.realm.JDBCRealm"
  2. driverName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  3. connectionURL="jdbc:sqlserver://155.158.112.31:1433;databaseName=tomcatAuth;user=tomcatuser;password=tomcat"
  4. userTable="users" userNameCol="user_name" userCredCol="user_pass"
  5. userRoleTable="user_roles" roleNameCol="role_name"
  6. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement