Skip to content
#

source

Here are 705 public repositories matching this topic...

tulinkry
tulinkry commented Oct 3, 2020

While doing an update to 1.4.5 (from 1.3.16) I discovered an issue in the docker image when it waits for tomcat to start:

Current code

date +"%F %T Waiting for Tomcat startup..."
while [ "`curl --silent --write-out '%{response_code}' -o /dev/null 'http://localhost:8080/${URL_ROOT}'`" == "000" ]; do
	sleep 1;
done

It looks like the URL_ROOT is not expanded here. While this is no

Improve this page

Add a description, image, and links to the source topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the source topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.