Update of /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12249/src/edu/harvard/syrah/pyxida/nc
Modified Files:
NCManager.java
Log Message:
name resolution problem (port)
Index: NCManager.java
===================================================================
RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/NCManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** NCManager.java 27 Nov 2006 15:34:40 -0000 1.6
--- NCManager.java 27 Nov 2006 15:57:22 -0000 1.7
***************
*** 46,50 ****
// JTLTODO: You need to test the regex below. It should work
! private String bootstrapList[] = Config.getProperty("pyxida.bootstraplist", "glenora, sb01, sb02, sb10, sb11").split("[,\\s]");
/**
--- 46,50 ----
// JTLTODO: You need to test the regex below. It should work
! private String bootstrapList[] = Config.getProperty("pyxida.bootstraplist", "glenora.eecs.harvard.edu, sb01.eecs.harvard.edu, sb02.eecs.harvard.edu, sb10.eecs.harvard.edu, sb11.eecs.harvard.edu").split("[,\\s]");
/**
|