JBoss Community

Re: Initial Installation of jBPM 5.2.0 -- Deployment of jBPM Console or Guvnor Problematic

created by a_nat in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community