Do you get the 'debug tool' screen when you access the server directly? Try checking the context name in the xml file dropped in the webapp directory (It should be dropped in with the war). When declaring a context in this manner, the xml config specifies the parameters, so it is possible that:
/localhost:8080/xindice -> /jak-tomcat/webapps/xindice1.1b.jar -----Original Message----- From: Thomas Felber [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 5:42 PM To: xindice-users@xml.apache.org Subject: Accessing Xindice1.1 under Tomcat Hello everybody, i set up the xindice 1.1 as tomcat application. Tomcat application manager is showing me that xindice is running, but i cannot access the database. XMLdbGUI and XindiceBrowser return bootstrap-exception or an DBException. I tried to acces the database using the given java-examples from the developer section. Both xmldb:xindice://xxx.xx.xx.xx:8080/xindice-1.1b/ and xmldb:xindice://xxx.xx.xx.xx:8080/xindice-1.1b/db/ doesn't work. I get a nullpointer exception. Has anybody gained some experienced in setting up xindice 1.1 on tomcat successfully? Do you have some Hints for me how I get along with this problem.? THX alot Thomas