Configuration properties

compared with
Current by Nicolas Salatge
on Mar 14, 2011 22:01.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (12)

View Page History
The configuration file below represents the default distribution of EasyESB:

{code:JavaScript}
# EasyESB Node parameters
#############################
## EasyESB Node parameters ##
#############################
host=localhost
port=9100

############################
# Integration parameters
## Integration parameters ##
############################
# SOAP Listener
soap-external-port=8084

######################################################################################
# ## Technical services parameters (these are set by default if they are not defined) ##
######################################################################################
# admin-service-behaviour-class=com.ebmwebsourcing.easyesb.technical.service.admin.impl.service.AdminServiceBehaviourImpl.class
# registry-service-behaviour-class=com.ebmwebsourcing.easyesb.technical.service.registry.RegistryServiceBehaviourImpl.class

###################################################################
# ## Component parameters (BPEL component is installed by default) ##
###################################################################
# component-bpel=com.ebmwebsourcing.easyesb.component.bpel.impl.BPELComponentImpl.class
{code}