0 Replies Latest reply on Jan 9, 2018 12:28 AM by tbh_8772

    JBoss / Wildfly - Multiple Socket Server

    tbh_8772

      Hi All, I am new to Jboss / Wildfly server. Currently, I am would like to develop a java J2EE application that able to :

      - create multiple socket server (SSLServerSocket) - with TLS 1.2 (for example: 8080, 8180, 8280) - each client application will create to each socket.

      These server will be created once server is up.

      Do it means I need to create a multiple instance for wildfly in standalone.bat?