# The ontologies that need to be referenced by the QoS component # For the first prototype as in D4.18, the following settings should be used: # With these settings, run TestStandalone. #comparison=http://lsirpeople.epfl.ch/lhvu/ontologies/QoSUpperOntology.wsml #ranking=http://lsirpeople.epfl.ch/lhvu/ontologies/QoSRankingOntology.wsml # For the current prototype, the following settings can be used: # With these settings, run TestStandaloneDatabase. qosbase=file:///c:/Data/LSIR/Workspace/QoSDiscovery/ontologies/Lite/QoSBase.wsml ranking=file:///c:/Data/LSIR/Workspace/QoSDiscovery/ontologies/Common/Ranking.wsml # The output ontology with the ranking info. output=c:/tmp/output.wsml # For the first prototype as in D4.18, the services are listed here will be used during the discovery. # These must be named service1, service2, etc. #(For the current prototype, the service descriptions to be discovered are read from the DBMS) # service1=http://lsirpeople.epfl.ch/lhvu/ontologies/Demonstration/FileHostingService1.wsml # For the first prototype as in D4.18, an example goal is: # goal=http://lsirpeople.epfl.ch/lhvu/ontologies/Demonstration/FileHostingGoal.wsml # For the current prototype, an example goal is: # $(local) is replaced with the installation directory of the package. goal=file:///$(local)/ontologies/Lite/Goal1.wsml # The WSMX host for testing (default value for default WSMX install). # This setting is used when running TestWSMX. For TestWSMX to work, the whole component # must be installed and running within a WSMX server. wsmxhost=http://localhost:8050/axis/services/WSMXEntryPoints # Set to true to link in the functional discovery component from DERI Innsbruck. # This has a tendency not to work the first few times it is run. functional=true # The configuration settings for Hung's QoS operators inputsettings=C:/Program Files/Apache Software Foundation/Tomcat 5.5/webapps/qosdisc/WEB-INF/classes/InputSettings.csv # The path where CoDIMS should look for itself codimshome=C:/2.QoSDiscoveryWork_CVS/QoSDiscovery/trunk/codims-home # Set to true if the system should attempt to start Derby (should be true unless # running in GWT hosted mode). startserver=true # The logger config. log4j.rootLogger=DEBUG, A1 log4j.appender.A1=org.apache.log4j.ConsoleAppender log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%-5p %c %x - %m%n log4j.logger.org.apache=WARN # Silence our two most noisy components. log4j.logger.ch.epfl.qosdisc.database.Reasoner=WARN log4j.logger.ch.epfl.qosdisc.database.WSMLStore=WARN log4j.logger.ch.epfl.qosdisc.operators.QoSMatchingOperatorLite=WARN log4j.logger.ch.epfl.qosdisc.operators.RankingInfo=WARN log4j.logger.ie.deri=WARN log4j.logger.ie.deri.wsmx.discovery.lightweight=DEBUG # These following properties are used for alternate database configurations. The # default settings use an embedded Derby, and needs no specific configuration. #db.driver=org.apache.derby.jdbc.ClientDriver #db.protocol=jdbc:derby://128.178.251.80:1527/ #db.protocol=jdbc:derby://localhost:1527/ #db.name=C:/2.QoSDiscoveryWork_CVS/QoSDiscovery/trunk/qosdisc.db # A file writing appender for the QoS debug info. log4j.appender.F1=org.apache.log4j.RollingFileAppender log4j.appender.F1.File=QoSMainTesting.log log4j.appender.F1.layout=org.apache.log4j.PatternLayout log4j.appender.f1.layout.ConversionPattern=%5p (%F:%L) [%t] - %m%n log4j.logger.lhvu=WARN, F1