Closed dmd closed 3 years ago
master branch is currently broken out of the box.
master
To reproduce:
1)
git clone git@github.com:NrgXnat/xnat-docker-compose.git \ && cd xnat-docker-compose \ && cp default.env .env \ && docker-compose up
2) In docker-compose logs -f observe this suspicious final entry:
docker-compose logs -f
xnat-web_1 | 20-May-2021 17:52:08.159 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [103] milliseconds
103 millseconds, huh? That seems short.
3) Just for safety wait another few minutes
4) Go to http://localhost and see:
HTTP Status 404 – Not Found Type Status Report
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/9.0.46
Fixed in commit 8083d38
master
branch is currently broken out of the box.To reproduce:
1)
2) In
docker-compose logs -f
observe this suspicious final entry:103 millseconds, huh? That seems short.
3) Just for safety wait another few minutes
4) Go to http://localhost and see:
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/9.0.46