Questions tagged [confluence]

Confluence is wiki software released by Atlassian and used in many enterprise environments.

48 questions
6
votes
3 answers

Basic auth for a Tomcat app (JIRA) with Nginx as reverse proxy

I have several subdomains running the Atlassian Tomcat apps (jira.example.com, confluence.example.com, stash.example.com) and I would want to know if it is possible to password protect all of them with basic_auth with .htpasswd. Nginx it is working…
sdude
  • 291
  • 1
  • 2
  • 10
3
votes
0 answers

Confluence (Synchrony) using websockets behind IIS8 can't copy or insert large blocks of text

I've got a Confluence 6.1.0 setup running behind an IIS8 reverse proxy doing SSL. Everything works except for one small problem. When I try to copy a three or four paragraphs of text, attempt to copy a table, or attempt to insert a new table larger…
meeper
  • 43
  • 4
3
votes
1 answer

Atlassian Suite for non-paying customers

Possible Duplicate: Can you help me with my software licensing question? We're starting to roll out our product with some supporting services (wiki, bugtracker, the likes). I'm really happy so far with the Atlassian suite for these things.…
Blitz
  • 274
  • 1
  • 5
3
votes
1 answer

Can a user with a disabled account browse Confluence content anonymously?

I'm running Confluence 3.5.13. I've got SSO authentication against our Active Directory forest working using the NTLMv2 plugin from TechTime. Users with an active account in Confluence are logged in automatically, and users with no account can…
Andrew Cooper
  • 216
  • 2
  • 6
3
votes
3 answers

Confluence vs Sharepoint

We use Confluence mainly for documentation and want to make an step forward moving all the files (pdfs, etc) to Confluence but we want to determine if it's the best option. As far as I know Confluence is a wiki and Sharepoint is not. How compare…
FerranB
  • 1,362
  • 2
  • 18
  • 28
3
votes
1 answer

Can I get advice on my nginx configuration (as a proxy in front of Jira and Confluence)?

I was wondering if I could get some advice on my nginx configuration. The config seems to be working, but I'm unsure if I'm doing everything properly. The basic idea is to have a Jira and Confluence server (in separate Tomcat instances) running on…
Nate
  • 155
  • 1
  • 2
  • 7
2
votes
1 answer

How to publish a Confluence(Cloud) Page in Jenkins

I'd like to publish a web page to Confluence(Cloud) using Jenkins pipeline. I used Jenkins Confluence Plugin, it didn't work. When I set my confluence page url(https://yourDomain.atlassian.net/wiki/) and username and password in the global…
Yang Wei
  • 41
  • 1
  • 6
2
votes
1 answer

how to correctly configure Httpd basic auth for pass through proxy

I have been asked to set up an basic auth prompt in front of our Jira server. I am using a proxypassthrough on httpd to allow access to jira in the first place. When ever I try to connect I am prompted and upon completing login , I am sent to the…
2
votes
1 answer

How to get data from Jenkins to Confluence (Cloud)

I'm trying to write from jenkins into confluence, but I am having some issues either getting a particular solution to work (configuration? plugin bugs?), or having issues finding appropriate information to implement. Sample end result: A Jenkins…
Ryan
  • 65
  • 2
  • 7
2
votes
2 answers

Confluence on Tomcat can't start app

I'm trying to get Confluence wiki running on my Debian box inside Tomcat. Now, I've never used Tomcat before so I really don't understand a lot of it. Here's my setup: Debian Lenny 5.0 Tomcat 5.5.26-5 Open jdk openjdk-6-jre all installed with…
brad
  • 492
  • 1
  • 10
  • 22
2
votes
2 answers

apache reverse proxy sometimes not working

I am using a digital ocean droplet (Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-52-generic x86_64)) to host both jira and confluence. They are started on the same ip but different ports. I wanted to access them using jira.team.domain.com and…
Tiberiu Maxim
  • 121
  • 1
  • 3
2
votes
0 answers

Trying to deploy Confluence on Glassfish 4

So I'm trying to deploy Confluence as a WAR on Glassfish 4 (Using Oracle JDK 7). The WAR deploys just fine except I get the following errors when trying to load the page in my browser: Could not load bootstrap from environment No server id…
TuxOtaku
  • 59
  • 7
2
votes
1 answer

Confluence - Looking for user experiences running AntiVirus to Scan Attachments

We're exploring confluence server configurations and want to use AV software to scan attachments. I'm looking for advice/experience in setting up AV software for that purpose. Example questions I have.... What is your confluence setup? single…
Simon Tower
  • 121
  • 3
2
votes
1 answer

Change hostname in hyperlinks in email generated by Atlassian Confluence

I have an instance of Atlassian Confluence fronted by Apache using mod_proxy_ajp to pass inbound port 80 requests to 8080 on tomcat. Let's say the url users use is http://www.mywiki.com/confluence/. Confluence generates emails to send to users…
ed209
  • 392
  • 1
  • 5
2
votes
1 answer

Can't access Atlassian Confluence via IP with Docker deployment

I'm deploying Jira, Confluence, and Bitbucket in a Docker environment. The configuration is fairly standard. Using Atlassian images, host volumes for application data, etc. Jira and Bitbucket are working fine and can be accessed via : on…
thedude19
  • 121
  • 3
1
2 3 4