|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page HistoryThe default DSB configuration handled by configuration files located under _$DSB_HOME/conf_ described in the following sections.
h1. dsb.cfg
The main configuration file containing the required configuration values for the Distributed Service Bus.
h1. components.cfg
h1. services2bind.cfg
A list of external services to bind at startup by protocol. For example :
{code}
# A list of services to bind at startup
# The key MUST start with the protocol to use to bind the service and MUST be unique in this properties file
# CSV Values are also possible
#soap.0=http://localhost:8080/services/Ping?wsdl
#soap.1=http://localhost:8080/services/Pong?wsdl
#rest.0=http://localhost:7777/rest/Weather
soap.proactivespace=http://ns306320.ovh.net:8090/soa4all-space-proactive/ws/ProactiveSemanticSpaceWS?wsdl
soap.owlimspace=http://94.23.221.97:8080/soa4all-space-owlim/ws/SemanticSpaceWS?wsdl
rest.yahooweather=http://weather.yahooapis.com/
#example of service list as CSV
soap.list=http://foo.com/bar,http://bar.com/foo
rest.list=
{code}
h1. wsdm.cfg
_Moved in sandbox_
h1. dsb.cfg
The main configuration file containing the required configuration values for the Distributed Service Bus.
h1. components.cfg
h1. services2bind.cfg
A list of external services to bind at startup by protocol. For example :
{code}
# A list of services to bind at startup
# The key MUST start with the protocol to use to bind the service and MUST be unique in this properties file
# CSV Values are also possible
#soap.0=http://localhost:8080/services/Ping?wsdl
#soap.1=http://localhost:8080/services/Pong?wsdl
#rest.0=http://localhost:7777/rest/Weather
soap.proactivespace=http://ns306320.ovh.net:8090/soa4all-space-proactive/ws/ProactiveSemanticSpaceWS?wsdl
soap.owlimspace=http://94.23.221.97:8080/soa4all-space-owlim/ws/SemanticSpaceWS?wsdl
rest.yahooweather=http://weather.yahooapis.com/
#example of service list as CSV
soap.list=http://foo.com/bar,http://bar.com/foo
rest.list=
{code}
h1. wsdm.cfg
_Moved in sandbox_
The Distributed Service Bus is based on and uses Petals ESB configuration files for standard features such as server name, topology, loggers. Details on these files can be found in the Petals ESB documentation. Additionally, there are also some new configuration files which have been introduced for specific DSB purposes under the _$DSB_HOME/conf_ folder :
* dsb.cfg: The main configuration file containing the required configuration values for the Distributed Service Bus (more details in the [DSB Management section|petalsdsb:DSB Management]).
* components.cfg: The components to start when the DSB starts (more details in the {color:#492562}+[{color:#492562}{+}DSB Management section{+}{color}|petalsdsb:DSB Management]+{color}).
* services2bind.cfg: A list of external services to bind at startup (more details in the {color:#492562}+[{color:#492562}{+}DSB Management section{+}{color}|petalsdsb:DSB Management]+{color}).
* wsdm.cfg: Monitoring configuration (more details in the [DSB Monitoring section|petalsdsb:DSB Monitoring]).
* dsb.cfg: The main configuration file containing the required configuration values for the Distributed Service Bus (more details in the [DSB Management section|petalsdsb:DSB Management]).
* components.cfg: The components to start when the DSB starts (more details in the {color:#492562}+[{color:#492562}{+}DSB Management section{+}{color}|petalsdsb:DSB Management]+{color}).
* services2bind.cfg: A list of external services to bind at startup (more details in the {color:#492562}+[{color:#492562}{+}DSB Management section{+}{color}|petalsdsb:DSB Management]+{color}).
* wsdm.cfg: Monitoring configuration (more details in the [DSB Monitoring section|petalsdsb:DSB Monitoring]).