[
https://jira.jboss.org/jira/browse/JBPM-2562?page=com.atlassian.jira.plug...
]
Joram Barrez updated JBPM-2562:
-------------------------------
Priority: Minor (was: Major)
Changes have been made to make the port/host configurable through the process engine
config, but I'm unsure to what extends this is reflected in the classes mentioned
above.
Need to verify this with the 4.3-trunk.
Hard-coded host and port for Tomcat
-----------------------------------
Key: JBPM-2562
URL:
https://jira.jboss.org/jira/browse/JBPM-2562
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Console
Affects Versions: jBPM 4.1
Environment: RHEL 5, Tomcat 6.0.14, jdk 1.6.02
Reporter: aa bb
Priority: Minor
Fix For: jBPM 4.x
When JBPM 4.1 is deployed on Tomcat, the "formUrl" attribute of process
definitions is always "http://localhost:8080/...".
The problem is in org.jbpm.integration.spi.mgmt.ServerConfigFactory which create an
org.jbpm.integration.spi.mgmt.DefaultServerConfig for Tomcat. And
DefaultServerConfig's methods getWebServiceHost and getWebServicePort always return
"localhost" and "8080".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira