]> git.pld-linux.org Git - packages/confluence.git/blob - confluence-context.xml
- drop obsolete and outdated manual inclusion of rpm macros
[packages/confluence.git] / confluence-context.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id$ -->
3
4 <Context path="/confluence" docBase="/usr/share/confluence"
5   debug="0" privileged="false" allowLinking="true" reloadable="true">
6
7   <!-- You can define database connection here, or while configuring
8        confluence via web interface -->
9
10   <!--
11     <Resource name="jdbc/ConfluenceDS" auth="Container"
12       type="javax.sql.DataSource"
13       username="confluence"
14       password="confluence"
15       driverClassName="com.mysql.jdbc.Driver"
16       url="jdbc:mysql://localhost/confluence?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF8"
17       maxActive="20"
18       validationQuery="select 1" />
19     -->
20
21     <!-- Example mail session definition for Confluence. You can refer it in
22         confluence configuration as JNDI: java:comp/env/mail/ConfluenceMS
23
24         Alternatively you can configure mail server via web interface.
25
26         TODO: how to specify SMTP username and password here?
27     -->
28
29   <!--
30
31     <Resource name="mail/ConfluenceMS" auth="Container" type="javax.mail.Session"
32         mail.smtp.host="smtp.example.net" />
33
34     -->
35
36 </Context>
This page took 0.058241 seconds and 3 git commands to generate.