0 Replies Latest reply on Aug 5, 2019 1:58 PM by hman

    Deployment that call another deployment on the same wildfly instance

    hman

      Hi all,

      i try to know best procedure to deploy 2 deployments (A and B) deployment A need to call a web service expose by deployment B. I tryed to deploy 2 deployments on the same wildfly instance but i had some problems on connection pool because for each incoming connections of A, as many connections are generated from A to B and some A connections doesn't served (without timeout error).

       

      How should i proceed ?