It depends what you want to do. You can just add classes implementing livness/readiness to your existing web module or you can create separate one, that will just have various checks.
The best practice would be to have checks in the same module that is providing the service, in case you would later want to separate these services into different containers.
In Liberty checks from all web modules are aggregated and calculated together, so if you have multiple checks you may see something like this:
{
"checks":[
{
"data":{},
"name":"myejb-bean",
"status":"DOWN"
},
{
"data":{},
"name":"service1",
"status":"UP"
}],
"status":"DOWN"
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…