a_nat [https://community.jboss.org/people/a_nat] created the discussion
"Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic" To view the discussion, visit: https://community.jboss.org/message/648966#648966 -------------------------------------------------------------- Hi, I can tell you how to change the default ports of jboss App server 5 (if at all you are running jbpm on it) Go to the file <install_dir>\jboss-5.1.0.GA\server\default\conf\bindingservice.beans\META-INF\bindings-jboss-beans.xml and look for the following bean and change the parameter to "<parameter>${jboss.service.binding.set:ports-01}</parameter>" +<bean name="ServiceBindingManagementObject"+ + class="org.jboss.services.binding.managed.ServiceBindingManagementObject">+ + + + <constructor>+ + <!-- The name of the set of bindings to use for this server -->+ + *<parameter>${jboss.service.binding.set:ports-default}</parameter>*+ + + + <!-- The binding sets -->+ + <parameter>+ + <set>+ + <inject bean="PortsDefaultBindings"/>+ + <inject bean="Ports01Bindings"/>+ + <inject bean="Ports02Bindings"/>+ + <inject bean="Ports03Bindings"/>+ + </set>+ + </parameter>+ + + + <!-- Base binding metadata that is used to create bindings for each set -->+ + <parameter><inject bean="StandardBindings"/></parameter>+ + + + </constructor>+ + </bean>+ This will make jboss to run in 8180 instead of 8080. Hope this helps. Regards, Aparna -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/648966#648966] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
