View Source

The configuration file below represents the default distribution of EasyESB:

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

############################
## 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}