Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Context path="/saiku" docbase="webapps/saiku/">
  3. <Resource name="Foodmart" auth="Container" type="javax.sql.DataSource"
  4. factory="org.apache.commons.dbcp.BasicDataSourceFactory" maxActive="20" maxIdle="5"
  5. maxWait="10000" username="pentaho_user" password="password"
  6. driverClassName="com.mysql.jdbc.Driver;" url="jdbc:mysql://localhost/foodmart"
  7. validationQuery="select 1"/>
  8. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement