Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

The Atlassian Suite is a shared collection of tools that facilitate tasks in software development and operational environments at UConn including Kuali. Some of these tasks include bug tracking, process documentation, and read-only access to version control.


Confluence

 

 Click here to expand...

Confluence is an Atlassian documentation tool oriented for enterprise teams. It is a technical and procedural documentation repository and integrates with UConn's Atlassian JIRA instance.

UConn's Confluence can be accessed via these URLs.

PRODUCTION: https://confluence.uconn.edu

TEST: https://confluencetest.uits.uconn.edu

Confluence Configuration

Confluence Home and Application Directories

/srv/confluence_home

Contains "confluence.cfg.xml" with general instance configuration properties

/opt/atlassian/confluence-5.5.2

(Contains runtime files including .bin)

 

Tomcat Configuration

The Confluence instance has it's deployment descriptor and additional configuration handled by the Tomcat instance.

The files /etc/tomcat6/server.xml and /etc/tomcat6/Catalina/localhost/confluence.xml both contain the context path for the app.

This context path is set to the application root for the URL and is represented as "" because Tomcat has issues parsing the value "/" via the config.

<Context path="" docBase="/opt/atlassian/confluence_distros/confluence-5.5.2/confluence" debug="0" reloadable="true"></Context>

Confluence Startup/Shutdown Commands for UConn Environment

 

Startup / Shutdown
sudo /sbin/service tomcat start

sudo /sbin/service tomcat stop

 

 

 

 

 

 

 

  • No labels