Advertisement
Guest User

Untitled

a guest
May 4th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <New id="admapperDs" class="org.mortbay.jetty.plus.naming.Resource">
  2. <Arg>jdbc/DSAdmapper</Arg>
  3. <Arg>
  4. <New class="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource">
  5. <Set name="Url">jdbc:mysql://localhost/admapper?useUnicode=true&characterEncoding=UTF-8</Set>
  6. <Set name="User">admapper</Set>
  7. <Set name="Password">pingu123</Set>
  8. </New>
  9. </Arg>
  10. </New>
  11.  
  12. <New id="atomizerDs" class="org.mortbay.jetty.plus.naming.Resource">
  13. <Arg>jdbc/DSAtomizer</Arg>
  14. <Arg>
  15. <New class="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource">
  16. <Set name="Url">jdbc:mysql://localhost/atomizer?useUnicode=true&characterEncoding=UTF-8</Set>
  17. <Set name="User">atomizer</Set>
  18. <Set name="Password">pingu123</Set>
  19. </New>
  20. </Arg>
  21. </New>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement