Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <!--
  2.  
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9.  
  10. http://www.apache.org/licenses/LICENSE-2.0
  11.  
  12. Unless required by applicable law or agreed to in writing, software
  13. distributed under the License is distributed on an "AS IS" BASIS,
  14. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. See the License for the specific language governing permissions and
  16. limitations under the License.
  17. -->
  18. <resources>
  19.  
  20. <Resource
  21. id="jdbc/LABO10" type="javax.sql.DataSource">
  22. name= jdbc/LABO10
  23. auth = Container
  24.  
  25. driverClassName = com.mysql.jdbc.Driver
  26. url = jdbc:mysql://424v.cgodin.qc.ca:3306/web6
  27. UserName = web6
  28. Password = 5PA123
  29. JtaManaged = true
  30. maxActive = 15
  31. maxIdle = 10
  32. </Resource>
  33. <Resource
  34. id="jdbc/LABO10-unmanaged" type="javax.sql.DataSource">
  35. name = jdbc/LABO10-unmanaged
  36. auth = Container
  37.  
  38. driverClassName = com.mysql.jdbc.Driver
  39. url = jdbc:mysql://424v.cgodin.qc.ca:3306/web6
  40. UserName = web6
  41. Password = 5PA123
  42. JtaManaged = false
  43. maxActive = 15
  44. maxIdle = 10
  45.  
  46. </Resource>
  47. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement