...
Luckily the logout button can be configured in Confluence, but the configuration file is located inside a JAR file (Java archiveARchive), so it's a little bit of work. You For starters, you need the jar command to start with, which is part of openjdk-7-jdk:
Code Block |
---|
apt-get --no-install-recommends install openjdk-7-jdk |
Then do:
...