Thanks. When i use tomcat with port number 8080, it's ok. But when i change the port of tomcat to be 80, and run the example of Addressbook, and tried to list the contacts, there is an error. A bug?
-----????----- ???: Kevin Ross [mailto:[EMAIL PROTECTED] ????: Wednesday, June 04, 2003 11:53 PM ???: [EMAIL PROTECTED] ??: RE: ??,?: There is no startup.bat in xindice folder. Sorry to point out what I think is obvious, but have you looked in the java/examples folder? -----Original Message----- From: Forrest Li [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 10:47 PM To: [EMAIL PROTECTED] Subject: ??,?: There is no startup.bat in xindice folder. So if i want to access the xindice db server, I should use xmlrpc, is there an example about it? Thanks. -----????----- ???: Kevin Ross [mailto:[EMAIL PROTECTED] ????: Wednesday, June 04, 2003 11:40 PM ???: [EMAIL PROTECTED] ??: RE: There is no startup.bat in xindice folder. Yes, you will need a servlet container. There are configuration files for the jetty server in cvs, but a standalone server is not currently set to be built. Just obtain the war from the dist directory, as well as the xml file and drop it in the Tomcat/webapps directory, then restart tomcat. For more information on webapps, please see the tomcat directions. http://jakarta.apache.org/tomcat -Kevin Ross -----Original Message----- From: Forrest Li [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 8:08 PM To: [EMAIL PROTECTED] Subject: There is no startup.bat in xindice folder. Is there any changes in how to startup the xindice server? I saw the code of xindice.bat, it seems that it just support start xindice with servlet. So does it means that we only support xindice with servlet? Thanks.