Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The downloaded Confluence package is powered by Tomcat. You can specify Tomcat use a specific java directory by modifying the Confluence confluence/bin/setenv.sh file and test with confluence/bin/version.sh as described at Running Tomcat with a specific JRE version.

...

Using htop, initial setup without any spaces created is 396MB. The process itself uses  VIRT=913M and RES=338M.

#!/bin/sh

Wiki Markup
\# Bonsaiframework - Modification Start
\# \-------------------------------------\-
if \[ "$LOGNAME" \!= "svrdm" \]; then
echo "This service should only managed with the user svradm"
exit 1
fi
\# \-------------------------------------\-
\# Bonsaiframework - Modification End