ping
ping copied to clipboard
A WAR Ping For JavaEE 7 Application Servers
Hi Adam, I would propose the following changes, feel free to integrate or reject them... * I fixed the markdown formatting and listed the available resources. * A handy uptime...
...ed loadbalanced environment
Currently the [PingsResource.java](https://github.com/AdamBien/ping/blob/master/src/main/java/com/airhacks/ping/boundary/PingsResource.java) exports system properties and environment variables unfiltered. A common practice when using docker is to configure container secrets / passwords via environment variables or system properties. In...