Bug 779081 (SOA-1481) - Additional configuration required for running quickstarts when server not listening on localhost
Summary: Additional configuration required for running quickstarts when server not lis...
Keywords:
Status: CLOSED WONTFIX
Alias: SOA-1481
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: JBossESB
Version: 4.3 CP02
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: FUTURE
Assignee: Julian Coleman
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-04 14:29 UTC by Julian Coleman
Modified: 2011-02-25 15:20 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
N/A
Last Closed: 2011-02-25 15:20:13 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-1481 0 None None None Never

Description Julian Coleman 2009-09-04 14:29:48 UTC
Affects: Interactive Demo/Tutorial
Date of First Response: 2009-10-27 15:55:40
Workaround: Workaround Exists
Workaround Description: Manually add serverName argument, as shown above.
project_key: SOA

The file .../samples.quickstarts/conf/readme.txt notes that the jndi.properties
files must be updated if the server is not listening on localhost or on 0.0.0.0.
However, the address must also be changed in the jBPM process deployer
section of the build.xml:

-       <deployToServer username="${jbpm.console.username}" password="${jbpm.console.password}" serverDeployer="${org.jboss.esb.jbpm.console.upload.url}">
+       <deployToServer username="${jbpm.console.username}" password="${jbpm.console.password}" serverName="my.server.name" serverDeployer="${org.jboss.esb.jbpm.console.upload.url}">

The serverName setting should be added to the file
.../conf/quickstarts.properties-example as a minimal fix.  A better fix would be
to define the hostname in a single place and inherit that in the other files
(jbossesb-properties.xml, jndi.properties, juddi.properties, etc.).

Comment 1 Burr Sutter 2009-10-27 19:55:40 UTC
Is this just a documentation issue?


Note You need to log in before you can comment on or make changes to this bug.