I have an application which is not starting up after I added/upgraded some dependencies. It logs an error saying
SEVERE: One or more listeners failed to start.
This helped to find the error log file and the actual error
sh bin/startup.sh ; tail -f logs/*.log;