Retrieving Logs

To retrieve logs

1. SSH into your instance using your AWS private key and the user name ec2-user.
a. To follow logs, execute this command:

tail -f /var/log/jasperserver/jasperserver.log

b. To dump log content, execute this command:

cat /var/log/jasperserver/jasperserver.log