:bluegenes-backend-service-root for overriding the service root that the backend uses (usually for development purposes or increased performance, by using internal address)
Better error messages when something goes wrong when using Bluegenes tool store
Much less verbose and more readable errors when BG is started with an invalid config/envvars
404 catch-all page (Mostly be prevalent when using a custom deploy-path and trying to access a path outside it. Otherwise, it's also useful for non-GET requests to paths not expecting it)
Introduce two new optional config vars:
:bluegenes-backend-service-root
for overriding the service root that the backend uses (usually for development purposes or increased performance, by using internal address):bluegenes-deploy-path
for BG deployments on non-root paths Fixes https://github.com/intermine/bluegenes/issues/744In addition: