Confluence is an enterprise-class collaboration and wiki system.

learn more… | top users | synonyms

1
vote
1answer
141 views

Getting SLF4JLogFactory exception while trying to access web services from Confluence 3.0

I have been able to understand about the dependencies and procedures to add Jar files into a Confluence project with the help of a friend from here. But I am facing an error with the addition of these ...
0
votes
2answers
773 views

Integrate TeamCity Reports to Confluence

Is there a way (plugin) to integrate build-reports from teamcity to confluence
4
votes
1answer
789 views

First confluence servlet plugin, ClassCastException problem

I'm trying to make a "hello world" servlet plugin for Confluence. In the atlassian-plugin.xml, I have <servlet name="testservlet" key="testservlet" ...
1
vote
2answers
2k views

Is there a way to generate confluence wiki pages from javadocs?

I'd like to put documentation on a confluence wiki for a project I'm working on, and I want to automatically generate some of the documentation from javadocs. Is there a plugin for confluence that ...
0
votes
1answer
601 views

Confluence Logout using SSO

I have written my own seraph custom authenticator for confluence. I can login from my system and confluence is able to recognize that I am logged in. Everything is fine so far. The problem is when I ...