Versioner sammenlignet

Nøgle

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

...

Follow the required steps (remember path to Confluence_HomeInstall and Confluence_DataHome) and connect to the tomcat instance started; if the MySQL Driver can be found, restart the Tomcat.

...

This file is found in Confluence_DataHome

Change the number of Database connections to higher than standard

...

This file is found in the Confluence_HomeInstall/bin

Read Garbage Collector Performance Issues for settings

...

This file is found in Confluence_HomeInstall/conf

Binding to a fixed IP Address, add the address= to the connector. Also the port= can be changed (Under Linux only root can bond to 0-1023):

...

Make sure Confluence is not running as root (for security reasons); look at Confluence_HomeInstall/bin/user.sh for a username:

...

Finally, make sure the confluence user has access:

Kodeblok
cd Confluence_HomeInstall
sudo chown -R confluence:confluence confluence
 
cd Confluence_DataHome
sudo chown -R confluence:confluence confluence-data

...

There are good reasons for using an Apache or Traffic Manager in fron front of the Confluence Installation, some are:

...

Set up logrotate to avoid ever growing catalina.out log file. Here Confluence_Home is Install is /opt/confluence, logs are rotated daily and keept for 7 days:

...