Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

Indholdsfortegnelse

Requirements

Atlassian

See See https://confluence.atlassian.com/display/DOCJIRA/SystemJIRA+Requirements for newest requirements

OS Settings

...

This is where the tweaking comes into place, to avoid common problems:

confluence.cfg.xml

This file is found in Confluence_Data

Change the number of Database connections to higher than standard

Kodeblok
<property name="hibernate.c3p0.max_size">50</property>

Make sure that the ?autoReconnect=true is on the jdbc connection

...

 

setenv.sh

This file is found in the JIRA_Home/bin

...