--- projects/cms/source/server/build/etc/default.properties 2000/12/12 19:00:44 1.1 +++ projects/cms/source/server/build/etc/default.properties 2000/12/12 19:00:44 1.1.2.1 @@ -0,0 +1,51 @@ +# This file contains system properties that should +# be used as defaults by the I-Scream CORE +# +# $Author: tdb $ +# $Id: default.properties,v 1.1.2.1 2000/12/12 19:00:44 tdb Exp $ + + +# These properties are REQUIRED by the system to tell it +# which ORB to use. +org.omg.CORBA.ORBClass= jacorb.orb.ORB +org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSingleton + +# The logging verbosity to be used by the system, +# ie, how much information will be printed to the +# log file, where the number is: +# +# FATAL - (0) Fatal or Critical Errors +# ERROR - (1) All Errors +# WARNING - (2) Warnings +# SYSMSG - (3) System Component messages +# SYSINIT - (4) System Component initialisation +# DEBUG - (5) All debugging messages +# +# [default = 3] +uk.ac.ukc.iscream.Verbosity= 5 + +# The directory containing all the configuration files +# for the system +# +# [default = cwd] +uk.ac.ukc.iscream.ConfigurationLocation=./etc +uk.ac.ukc.iscream.SystemConfigurationFile=system.conf + +# Currently unused, but will allow the +# user to select what logger they use +# Please choose the Logger class that you wish to use +# for system logging. Choices are, at present; +# +# ScreenLogger - Logs everything to the screen +# [Params = none] +# FileLogger - Logs everything to a file +# [Param1 = logfile name] +# MultiLogger - Logs to both the screen and a file +# [Param1 = logfile name] +# SimpleGUILogger - Logs to a nice GUI ! +# [Params = none] +# +# [default = ScreenLogger] +uk.ac.ukc.iscream.LoggerPackage=uk.ac.ukc.iscream.core.loggers +uk.ac.ukc.iscream.LoggerClass=ScreenLogger +uk.ac.ukc.iscream.LoggerClassParam1=/usr/local/proj/co600_10/servercore.log