I copied the jboss server with all the artifacts (jbpm-console/server war files, etc.) to the remote server and started the jboss server with -b 0.0.0.0
everything works fine, but if I start new process in jbpm-console then i see following error:
HTTP Status 404 - /gwt-console-server/rs/form/process/jiratest/render
type Status report
message /gwt-console-server/rs/form/process/jiratest/render
description The requested resource (/gwt-console-server/rs/form/process/jiratest/render) is not available.
JBoss Web/3.0.0-CR1
i tryed the URL manually http://10.10.2.84:8080/gwt-console-server/rs/form/process/jiratest/render
and it works.
the reason can be, that the jbpm-console has somewhere hardcoded localhost or 127.0.0.1, so the console try to call http://localhost:8080/gwt-console-server/rs/form/process/jiratest/render and it not work...
How to change this behaviour?