Thomas Setiabudi [
https://community.jboss.org/people/thomas.setiabudi] created the
discussion
"Re: How to change the Port of JBPM5.3 Full Installer?"
To view the discussion, visit:
https://community.jboss.org/message/795822#795822
--------------------------------------------------------------
hi Lee Yoo,
take a look here:
https://community.jboss.org/message/793230#793230#793230
https://community.jboss.org/message/793230#793230
Places where you need to make changes is:
A. Your jboss AS standalone.xml
B. designer.war
go to designer.war\profiles\jbpm.xml
change the guvnor port in <externalloadurl protocol="http" host=....
C. drools-guvnor.war
go to drools-guvnor.war\WEB-INF\classes\preferences.properties
change the port in
designer.url=
formbuilder.url=
D. jbpm-form-builder.war
go to jbpm-form-builder.war\WEB-INF\springComponents.xml
change the port number in
<bean id="guvnorUrl" class="java.lang.String">
<constructor-arg type="java.lang.String" value=
E. jbpm-gwt-console-server.war
go to jbpm-gwt-console-server.war\WEB-INF\classes\default.jbpm.console.properties
adjust the setting for
jbpm.console.server.host=
jbpm.console.server.port=
jbpm.console.task.service.host=
jbpm.console.task.service.port=
guvnor.host=
go to jbpm-gwt-console-server.war\WEB-INF\classes\guvnor.preferences.properties
adjust the setting for
designer.url=
formbuilder.url=
F. jbpm-human-task-war.war
go to jbpm-human-task-war.war\WEB-INF\web.xml
adjust the setting for
<param-name>hornetq.host</param-name>
and also
<param-name>hornetq.port</param-name>
And lastly make sure that your new port is not used by other application / service.
it works for JBPM5.4
Regards,
Thomas Setiabudi
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/795822#795822]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]