Update of /cvsroot/pyxida/Pyxida
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2402
Modified Files:
build.xml
Added Files:
runLogServer.sh
Log Message:
Created a centralised Pyxida log server that all nodes report to.
Index: build.xml
===================================================================
RCS file: /cvsroot/pyxida/Pyxida/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** build.xml 5 Dec 2006 03:19:06 -0000 1.9
--- build.xml 2 Feb 2007 15:49:22 -0000 1.10
***************
*** 13,17 ****
<property name="log-nodes" location="log/nodes" />
! <property name="version" value="0.1.2" />
<property name="Pyxida-jar" value="pyxida-${version}.jar" />
--- 13,17 ----
<property name="log-nodes" location="log/nodes" />
! <property name="version" value="0.2" />
<property name="Pyxida-jar" value="pyxida-${version}.jar" />
***************
*** 159,163 ****
<jvmarg value="-verbose:gc" />
<jvmarg value="-Xrunhprof:heap=all,file=java-hprof=${env.HOSTNAME}.txt" />
! <sysproperty key="pyxida.config" value="${pyxida.config}" />
<sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" />
</java>
--- 159,164 ----
<jvmarg value="-verbose:gc" />
<jvmarg value="-Xrunhprof:heap=all,file=java-hprof=${env.HOSTNAME}.txt" />
! <sysproperty key="pyxida.config" value="${py replyMsg.setMsgId(reqMsg.getMsgId());
! xida.config}" />
<sysproperty key="java.util.logging.config.file" value="${java.util.logging.config.file}" />
</java>
--- NEW FILE: runLogServer.sh ---
#!/bin/bash
java -ea -cp dist/pyxida-0.2.jar edu.harvard.syrah.pyxida.LogServer
|