WebSphere Application Server & Liberty

 View Only
  • 1.  HealthCheck with Liberty running JEE6

    Posted Thu November 02, 2023 07:37 AM

    Hi. I'm planning to run WebSphere Liberty on OpenShift, 

    Need health endpoints, but to be JEE6 compatible, I only have old specs in features, like servlet-3.1, cdi-1.0/1.2, jaxrs-1.1

    So mpHealth-1.0 or later, cannot be used. Are there other options that will not kill my JEE6?

    /bwa



    ------------------------------
    Bjørn-Willy Arntzen
    ------------------------------


  • 2.  RE: HealthCheck with Liberty running JEE6

    Posted Fri November 03, 2023 07:05 AM

    Hi, you can have a look at the list of features that are JEE6 compliant, under the sections Java EE 6 Web Profile and Java EE 6 Technologies.  

    Brian



    ------------------------------
    Brian S Paskin
    Sr. Technology Engineer
    IBM Cloud Engineering
    ------------------------------



  • 3.  RE: HealthCheck with Liberty running JEE6

    Posted Fri November 03, 2023 07:11 AM
    Edited by Bjørn-Willy Arntzen Fri November 03, 2023 07:11 AM

    Thanks, cannot find any health feature for JEE6 in that list, so I guess I need to create my own.

    /bwa



    ------------------------------
    Bjørn-Willy Arntzen
    ------------------------------



  • 4.  RE: HealthCheck with Liberty running JEE6

    Posted Fri November 03, 2023 07:56 AM

    I am not sure if this will help you, but you can use Health Center.  It is a Java agent.  

    Brian



    ------------------------------
    Brian S Paskin
    Sr. Technology Engineer
    IBM Cloud Engineering
    ------------------------------



  • 5.  RE: HealthCheck with Liberty running JEE6

    Posted Fri November 03, 2023 08:08 AM

    Thanks. I'm using kubernetes so it's just about having a UP/DOWN rest resource. maybe a simple servlet will do



    ------------------------------
    Bjørn-Willy Arntzen
    ------------------------------