1 Reply Latest reply on Jul 19, 2017 2:13 PM by ctomc

    In Wildfly how to load jars once for a servlet...

    tdanecito

      Hi All,

      I was told by a open source group that I should only load their jars once. So if I have multiple instances of a servlet that use those jars how do I load them just once? Currently the jars are in a Wildfly module not in the WAR so does that mean they get loaded once when the first servlet instance is created?