RADAR-base / RADAR-RestApi

RESTful interface to access near real-time data
Apache License 2.0
2 stars 0 forks source link

Wait for MP and Mongo #66

Closed blootsvoets closed 6 years ago

blootsvoets commented 6 years ago

In the Dockerfile, at initialisation, wait until MP and MongoDB are ready before starting Tomcat. Alternatively, do the wait inside the RADAR servlet.

blootsvoets commented 6 years ago

Using Grizzly server instead now - a wait is no longer needed.