Hide Forgot
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.).
Is this just a documentation issue?