You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Implementation

 

Define a Datasource to access JIRA

conf/server.xml
                     <Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"
                            username="redradish_jira"
                            password="fsw0823l23rs"
                            driverClassName="org.postgresql.Driver"
                            url="jdbc:postgresql://localhost/redradish_jira"
                            maxActive="20"
                            validationQuery="select 1"/>

 

  • No labels