2 Replies Latest reply on Jun 17, 2016 11:26 AM by vished

    Bootstrap Wildfly - start Wildfly in the same JVM?

    vished

      Dear all,

       

      I saw the following project to start the server from a Main - Methode:

      https://github.com/jamezp/wildfly-bootstrap/blob/master/src/main/java/org/wildfly/bootstrap/Main.java

       

      I can start the Wildfly server.

      But I new JVM will generate. How can I start the Wildfly Server in the same JVM as my Main - method?

      How can I do this?

      Many thanks.