Hi Tak, Here are step-by-step instructions for running Address Book. Please let me know if one of the step fails, and what was the error message. If there is an exception in Tomcat window/log or in the browser, please include it, too.
1. Deploy xindice.war file and start Tomcat. 2. Check localhost:8080/xindice URL - it should show Xindice database browser screen. 3. From the command line in Xindice home directory, run the following command: bin\xindice ac -c /db -n addressbook (Windows) or bin/xindice ac -c /db -n addressbook (Unix) This will create new collection in the database. Address Book app uses it to store the information and won't work without it. 4. Deploy xindice-addressbook.war file that was built using new build.xml file. If address book application was deployed already, you may need to restart Tomcat to make sure the app does not try to use any cached values. 5. Check localhost:8080/addressbook URL. Clicking on 'List Contacts' link should return 'Sorry, No contacts found!' message. At this point, address book app should be functional. Regards, Natalia On Mon, Sep 15, 2008 at 8:39 PM, Tak-po Li <[EMAIL PROTECTED]> wrote: > > Hi Natalia, > > I re-compile with the new build.xml file and try. The error remain. > > From the catalina.log, even before the I go to the address book, the > database has stopped: > > INFO: Pausing Coyote HTTP/1.1 on http-8080 > Sep 15, 2008 7:55:48 PM org.apache.catalina.core.StandardService stop > INFO: Stopping service Catalina > The following are the difference between the howto and my catalina.log. > Thanks, > > Tak