Posted on 12-05-2018 04:47 AM
Downloaded the file setenv.sh to change tomcat memory.
original:
export JAVA_OPTS="$JAVA_OPTS -Xmx1024"
changed to:
export JAVA_OPTS="$JAVA_OPTS -Xmx8192"
Uploaded the file after change and tried to restart:
sudo /etc/init.d/jamf.tomcat8 restart
Get the following while trying to restart/start:
Restarting jamf.tomcat8 (via systemctl): jamf.tomcat8.serviceJob for jamf.tomcat8.service failed because the control process exited with error code.
See "systemctl status jamf.tomcat8.service" and "journalctl -xe" for details.
failed!
Does anyone know what I did wrong or what I can do to get it to work again?
Posted on 12-05-2018 06:26 AM
Solved! Permission issue.
Posted on 08-10-2021 06:06 AM
hi there, can you tell me what permissions you changed please?