Advertisement
Guest User

contextpasta

a guest
Mar 30th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Context antiJARLocking="true" path="/WebApplicationServletAnnotation">
  3. <Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  4.           maxActive="100" maxIdle="30" maxWait="10000" name="jdbc/bazaTestowaMSSQL"
  5.           password="tomcat" type="javax.sql.DataSource"
  6.           url="jdbc:sqlserver://155.158.112.31:1433;databaseName=tomcat" username="tomcatuser"/>
  7.       </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement