From: <tho...@us...> - 2011-05-15 17:46:45
|
Revision: 4502 http://bigdata.svn.sourceforge.net/bigdata/?rev=4502&view=rev Author: thompsonbry Date: 2011-05-15 17:46:39 +0000 (Sun, 15 May 2011) Log Message: ----------- Removed reference to the older version of the NanoSparqlServer (in the sail.bench package). Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/src/resources/logging/log4j.properties branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/build.xml branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/src/resources/logging/log4j.properties branches/QUADS_QUERY_BRANCH/src/resources/scripts/nanoSparqlServer.sh Modified: branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/src/resources/logging/log4j.properties =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/src/resources/logging/log4j.properties 2011-05-15 17:46:23 UTC (rev 4501) +++ branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/src/resources/logging/log4j.properties 2011-05-15 17:46:39 UTC (rev 4502) @@ -20,7 +20,7 @@ #log4j.logger.com.bigdata.cache.BCHMGlobalLRU2=TRACE -#log4j.logger.com.bigdata.rdf.sail.bench.NanoSparqlServer=INFO +#log4j.logger.com.bigdata.rdf.sail.webapp.NanoSparqlServer=INFO log4j.logger.com.bigdata.relation.accesspath.BlockingBuffer=ERROR log4j.logger.com.bigdata.service.ResourceService=INFO Modified: branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/build.xml 2011-05-15 17:46:23 UTC (rev 4501) +++ branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/build.xml 2011-05-15 17:46:39 UTC (rev 4502) @@ -40,7 +40,7 @@ </target> <target name="start-nano-server" depends="prepare" description="Start a small http server fronting for a bigdata database instance."> - <java classname="com.bigdata.rdf.sail.bench.NanoSparqlServer" fork="true" failonerror="true"> + <java classname="com.bigdata.rdf.sail.webapp.NanoSparqlServer" fork="true" failonerror="true"> <arg line="${nanoServerPort} ${namespace} ${journalPropertyFile}" /> <!-- specify/override the journal file name. --> <jvmarg line="${queryJvmArgs} @@ -52,15 +52,4 @@ </java> </target> - <!-- - <target name="stop-nano-server" depends="prepare" description="Stop the small http server running at the configured port."> - <java classname="com.bigdata.rdf.sail.bench.NanoSparqlServer" fork="true" failonerror="true"> - <arg line="${nanoServerPort} -stop" /> - <classpath> - <path refid="runtime.classpath" /> - </classpath> - </java> - </target> - --> - </project> Modified: branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/src/resources/logging/log4j.properties =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/src/resources/logging/log4j.properties 2011-05-15 17:46:23 UTC (rev 4501) +++ branches/QUADS_QUERY_BRANCH/bigdata-perf/uniprot/src/resources/logging/log4j.properties 2011-05-15 17:46:39 UTC (rev 4502) @@ -17,7 +17,7 @@ #log4j.logger.com.bigdata.rdf.sail.BigdataSail=INFO #log4j.logger.com.bigdata.rdf.sail.BigdataEvaluationStrategyImpl2=INFO -#log4j.logger.com.bigdata.rdf.sail.bench.NanoSparqlServer=INFO +#log4j.logger.com.bigdata.rdf.sail.webapp.NanoSparqlServer=INFO # My Stuff #log4j.logger.com.bigdata.rdf.sail.BigdataSail=DEBUG Modified: branches/QUADS_QUERY_BRANCH/src/resources/scripts/nanoSparqlServer.sh =================================================================== --- branches/QUADS_QUERY_BRANCH/src/resources/scripts/nanoSparqlServer.sh 2011-05-15 17:46:23 UTC (rev 4501) +++ branches/QUADS_QUERY_BRANCH/src/resources/scripts/nanoSparqlServer.sh 2011-05-15 17:46:39 UTC (rev 4502) @@ -14,7 +14,7 @@ java ${JAVA_OPTS} \ -cp ${CLASSPATH} \ - com.bigdata.rdf.sail.bench.NanoSparqlServer \ + com.bigdata.rdf.sail.webapp.NanoSparqlServer \ $port \ $namespace \ ${BIGDATA_CONFIG} ${BIGDATA_CONFIG_OVERRIDES} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |