2 Replies Latest reply on Jan 8, 2019 12:35 PM by arif.mohammed

    Wildfly management console address and port are hard coded in jbpm-console

    arif.mohammed

      I deployed 7.9.0.Final version of jBPM in my Wildfly 11 instance. Following is my Wildfly configuration as I cannot use default settings.

       

      1)  Changed the default local IP address(127.0.0.1) to my company domain name

       

              <interface name="management">

                  <inet-address value="${jboss.bind.address.management:com.mycompany.xyz}"/>

              </interface>

       

      2) Changed the default management port to the one which is free in my environment

       

         <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:2345}"/>

       

       

      With the above settings jbpm-console CANNOT be deployed. After doing a little bit of research I was able to change the hard coded port# in jbpm-console.war (in the file security-management.properties) But unfortunately I cannot change the Wildfly management console domain name instead I am forced to change back the domain name to 127.0.0.1 in my wildfly server configuration file.

       

      I even tried to pass the following system variables when starting the wildfly instance and there is no luck. Seems to be the following properties are only used by kie-server but not by jbpm-console

      datasource.management.wildfly.host

      datasource.management.wildfly.port