Hi,
I have a problem. I try configure Confluence, but I don't know what do in step "Configure Database".
I check options "java:comp/env/jdbc/DataSourceName" and "
jdbc/DataSourceName
". Still I can see this same error:
The following error(s) occurred:
Anyone can help me?
Yes, I did restart server. I use postgresql. database.
server.xml :
<Resource name="jdbc/confluence" auth="Container" type="javax.sql.DataSource"
username="username"
password="password"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/database"
maxActive="20"
maxIdle="10"
validationQuery="select 1" />
I have file /atlassian/confluence/lib/postgresql-9.2-1004.jdbc4.jar on serer.
I add some text on end file /atlassian/confluence/confluence/WEB-INF/web.xml:
<description>Connection Pool</description>
<res-ref-name>jdbc/confluence</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What database are you trying to connect to, and what connection settings are you giving to Confluence?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.