On Mon, 04 Aug 2003 14:48:25 -0700, Viner, David wrote: > Hi all, > After a quick dig into some code, I discovered that when Jetty > starts up, it binds to port 8888. However, the xml-rpc code attempts to > connect to port 8080. From the looks of it, perhaps this should be this > should be 8888. Specifically, I think the code responsibly is at : > > http://cvs.apache.org/viewcvs.cgi/xml-xindice/java/src/org/apache/xindice/cl > ient/xmldb/xmlrpc/DatabaseImpl.java?annotate=1.10#173 > > Should this be changed to reference port 8888 since Jetty is the default > context? Or should Jetty be changed to run on port 8080 as Xindice's > previous container? > (http://cvs.apache.org/viewcvs.cgi/xml-xindice/tools/jetty/conf/main.xml?rev > =1.2&content-type=text/vnd.viewcvs-markup)
I've changed the driver to default to 8888. -k.