SOURCES: jira-enterprise-context.xml - better comments
pawelz
pawelz at pld-linux.org
Tue Apr 14 14:14:10 CEST 2009
Author: pawelz Date: Tue Apr 14 12:14:10 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- better comments
---- Files affected:
SOURCES:
jira-enterprise-context.xml (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/jira-enterprise-context.xml
diff -u SOURCES/jira-enterprise-context.xml:1.2 SOURCES/jira-enterprise-context.xml:1.3
--- SOURCES/jira-enterprise-context.xml:1.2 Mon Apr 13 00:47:50 2009
+++ SOURCES/jira-enterprise-context.xml Tue Apr 14 14:14:05 2009
@@ -3,6 +3,9 @@
<Context path="/jira" docBase="/usr/share/jira"
privileged="false" allowLinking="true">
+ <!-- WARNING: It is highly remomended to use real database instead of
+ internal hsqldb. See example config for mysql below -->
+
<Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"
username="sa"
password=""
@@ -11,17 +14,11 @@
minEvictableIdleTimeMillis="4000"
timeBetweenEvictionRunsMillis="5000"/>
- <Resource
- name="UserTransaction"
- auth="Container"
- type="javax.transaction.UserTransaction"
- factory="org.objectweb.jotm.UserTransactionFactory"
- jotm.timeout="60"/>
-
- <Manager pathname=""/>
-
<!-- If you want to use mysql database, comment out previous jdbc resource,
- and uncomment this one.
+ and uncomment this one. You will also have to customize your
+ entityengine.xml. -->
+
+ <!--
<Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"
username="jirauser"
@@ -32,5 +29,16 @@
validationQuery="select 1" />
-->
+
+ <!-- You realy do not want to edit anythong below this line. -->
+
+ <Resource
+ name="UserTransaction"
+ auth="Container"
+ type="javax.transaction.UserTransaction"
+ factory="org.objectweb.jotm.UserTransactionFactory"
+ jotm.timeout="60"/>
+
+ <Manager pathname=""/>
</Context>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/jira-enterprise-context.xml?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list