Information
We are currently investigating an issue with the editor of some pages. Please save your work and avoid to create new pages until this banner is gone.
How do I change JacORB properties, for example to increase verbosity?
.jacorb_properties
file..jacorb_properties=
file in ACS is in $ACSDATA/config
acsStartJava
of using a script that uses it,JAVA_OPTIONS
environment variable.JAVA_OPTIONS="-Djacorb.log.default.verbosity=3" acsStartContainer -java pippo
acsStartJava
of the wrapper script passes down to it the command line parameters you can also set directly it on the command line using the -D command line parameter:acsStartJava -Djacorb.log.default.verbosity=3 myJavaClass
jacorb.log.default.verbosity
becomes the first stage in this filtering chain.