Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.87 KB | None | 0 0
  1. <Context path="/jira" docBase="/var/www/jira2/dist-tomcat/atlassian-jira-4.0.2.war" debug="0">
  2.  
  3.     <!-- NOTE: If you use a database other than hsqldb:
  4.    * delete the minEvictableIdleTimeMillis and timeBetweenEvictionRunsMillis attributes
  5.    * change the database type in atlassian-jira/WEB-INF/classes/entityengine.xml
  6.    -->
  7.     <Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"
  8.            username="sa"
  9.            password=""
  10.            driverClassName="org.hsqldb.jdbcDriver"
  11.            url="jdbc:hsqldb:/var/www/jira2/database/jiradb"
  12.            minEvictableIdleTimeMillis="4000"
  13.            timeBetweenEvictionRunsMillis="5000"/>
  14.     <Resource name="UserTransaction" auth="Container" type="javax.transaction.UserTransaction"
  15.    factory="org.objectweb.jotm.UserTransactionFactory" jotm.timeout="60"/>
  16.     <Manager pathname=""/>
  17.  
  18. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement