kevinoneill 2003/08/04 14:55:17
Modified: java/src/org/apache/xindice/client/xmldb/xmlrpc
DatabaseImpl.java
Log:
Made default port 8888 rather than 8080.
Revision Changes Path
1.11 +3 -3
xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java
Index: DatabaseImpl.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/client/xmldb/xmlrpc/DatabaseImpl.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DatabaseImpl.java 1 Aug 2003 19:40:17 -0000 1.10
+++ DatabaseImpl.java 4 Aug 2003 21:55:17 -0000 1.11
@@ -88,7 +88,7 @@
/* Property name for the SAX parser xml-rpc will use. */
private static final String PROP_XMLRPC_DRIVER = "xmlrpc-driver";
-
+
/**
* Create a new DatabaseImpl object.
*/
@@ -171,7 +171,7 @@
/* Absent host defaults to localhost and standard Xindice HTTP port
*/
if (hostPort.equals("")) {
- hostPort = "127.0.0.1:8080";
+ hostPort = "127.0.0.1:8888";
}
try {