IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  About jre in Software AG_directory/jvm/jvm/

    Posted Wed May 01, 2024 10:38 PM

    Hello,

    In the newly installed wM v10.15 integration server, I see the jre directory missing under Software AG_directory/jvm/jvm/. I’m looking for the JVM truststore under jre/lib/security but I don’t see jre folder itself.
    What did I miss during installation? Appreciate the inputs.

    Regards


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: About jre in Software AG_directory/jvm/jvm/

    Posted Thu May 02, 2024 07:00 AM

    Hi Venkat,

    search in the SAG_directory for a file called “cacerts”.
    This one is considered the base truststore file for your jvm when installed in the SAG_directory.

    When creating custom truststores, which contain additional root and intermediate CAs, which are not already present in cacerts-truststore, remember to add the “-trustcacerts” parameter to the keytool-command. Otherwise you might have to add these CAs to your custom truststores additionally.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: About jre in Software AG_directory/jvm/jvm/

    Posted Thu May 02, 2024 06:53 PM

    Thanks Holger. I will try that and update.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: About jre in Software AG_directory/jvm/jvm/

    Posted Thu May 02, 2024 08:24 PM

    The cacerts was found in a slightly different path: Software AG_directory/jvm/jvm/lib/security/ instead of Software AG_directory/jvm/jvm/**jre/**lib/security/ in the old version IS. Thank you Holger.


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: About jre in Software AG_directory/jvm/jvm/

    Posted Fri May 03, 2024 08:31 AM

    Hi Venkat,

    path might be differing depedent on JVM vendor.

    Software AG is currently using Azul Zulu Java instead of Oracle Java, which was used earlier.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: About jre in Software AG_directory/jvm/jvm/

    Posted Mon May 06, 2024 01:27 AM