VisiBroker for C++ Developer’s Guide : VisiBroker properties : Debug Logging properties : Examples : 7 To set up output to both console and local filesystems as xml format.

7
prompt> vbapp –Dvbroker.log.default.appenders=stdout,rolling \
-Dvbroker.log.default.appender.rolling.logDir=/opt/vbc \
-Dvbroker.log.default.appender.rolling.fileName=vbc.log \
-Dvbroker.log.default.appender.rolling.layout=xml \
-Dvbroker.log.default.appender.stdout.layout=xml
8
prompt> vbapp -Dvbroker.log.enable=true \
-Dvbroker.log.appender.register=mycustomapp \
-Dvbroker.log.appender.mycustomapp.sharedLib=
libCustomApp.so \
-Dvbroker.log.layout.register=mycustomlyt \
-Dvbroker.log.layout.mycustomlyt.sharedLib=libCustomLyt.so \
-Dvbroker.log.default.appenders=myappinst1,myappinst2 \
-Dvbroker.log.default.appender.myappinst1.appenderType=
mycustomapp \
-Dvbroker.log.default.appender.myappinst1.layoutType=simple \
-Dvbroker.log.default.appender.myappinst2.appenderType=
stdout \
-Dvbroker.log.default.appender.myappinst2.layoutType=
mycustomlyt
Web Services Runtime Properties
The following properties are used for Web Services.
Enabling the runtime
Using the properties listed, you can enable the runtime.
Takes in a Boolean true or false parameter. Setting this value to true will enable the VisiBroker Web Services Runtime.
Web Services HTTP Listener properties
To configure the HTTP Listener, use the properties listed in the following table.
Web Services Connection Manager properties
Using the properties listed below, you can configure the Web services Connection Manager.
vbroke.ws.
keepAliveConnection
vbroker.se.ws.scm.ws_ts.
manager.connectionMax
If keepAliveConnection is true, this property specifies the maximum number of connections the server will accept. Default 0 indicates no restriction.
vbroker.se.ws.scm.ws_ts.
manager.connectionMaxIdle
vbroker.ws.
garbageCollectTimer
If keepAliveConnection is true, this property determines the garbage collection cycle time for reaping unused connections. Default is 30 seconds.
vbroker.se.ws.scm.ws_ts.
connection.keepAlive
SOAP Request Dispatcher properties
This table lists the SOAP Request Dispatcher properties.
vbroker.ws.dispatcher.
threadStackSize
Real-time Extensions related properties
The properties in the following table can be used to configure individual internal ORB thread priorities.
vbroker.se.<se name>.
scm.<scm name> .
listener.priority
Where <se name> is the name of a Server Engine and <scm name> is the name of a Server Connection Manager. Sets the priority of the Listener thread associated with a specific SCM in a specific Server Engine. Can be set at any time prior to the creation of that Server Engine (which occurs during the creation of the first POA that uses that Server Engine.)
vbroker.agent.
threadPriority
vbroker.garbageCollect.
thread.priority