From: <btm...@us...> - 2010-08-11 16:14:07
|
Revision: 3440 http://bigdata.svn.sourceforge.net/bigdata/?rev=3440&view=rev Author: btmurphy Date: 2010-08-11 16:14:01 +0000 (Wed, 11 Aug 2010) Log Message: ----------- [branch dev-btm]: fixed two minor issues that affected smart proxy deployment; added needed jar files to load balancer classpath in boot-processes.xml, and the Service interface to the uninterestingInterfaces entry in the browser.config file Modified Paths: -------------- branches/dev-btm/bigdata-jini/src/java/com/bigdata/boot/config/boot-processes.xml branches/dev-btm/src/resources/bin/config/browser.config Modified: branches/dev-btm/bigdata-jini/src/java/com/bigdata/boot/config/boot-processes.xml =================================================================== --- branches/dev-btm/bigdata-jini/src/java/com/bigdata/boot/config/boot-processes.xml 2010-08-09 19:33:34 UTC (rev 3439) +++ branches/dev-btm/bigdata-jini/src/java/com/bigdata/boot/config/boot-processes.xml 2010-08-11 16:14:01 UTC (rev 3440) @@ -59,7 +59,7 @@ <javaprop name="java.util.logging.config.file" value="${bigdata.configDir}/logging/logging.properties"/> - <property name="java.classpath" value="${bootLauncherClasspath}"/> + <property name="java.classpath" value="${bootLauncherClasspath}${:}lib/fastutil.jar${:}lib/dsiutils.jar${:}lib/cweb-extser.jar${:}lib/icu4j.jar${:}lib/ctc_utils.jar${:}lib/lgplutils.jar"/> <property name="java.app.mainclass" value="com.bigdata.boot.starter.SingleNonActivatableServiceStarter"/> <arg value="${bigdata.configDir}/policy/service.policy"/> Modified: branches/dev-btm/src/resources/bin/config/browser.config =================================================================== --- branches/dev-btm/src/resources/bin/config/browser.config 2010-08-09 19:33:34 UTC (rev 3439) +++ branches/dev-btm/src/resources/bin/config/browser.config 2010-08-11 16:14:01 UTC (rev 3440) @@ -34,6 +34,7 @@ "net.jini.admin.Administrable", "net.jini.core.constraint.RemoteMethodControl", "net.jini.id.ReferentUuid", + "com.bigdata.service.Service", "com.bigdata.service.EventReceivingService" }; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |