> You have commented out the configuration file, so it > will not be read by the web application.
In the web.xml, there was a comment that either the a. the CONFIGURATION entry or b. the DATA and SOURCE entries should be present. So I chose to comment the CONFIGURATION entry. > You have also configured your setup to use > projects (in your config file), The configuration.xml was generated when I generated the index file. I had not created or manually edited it. > and since the index database is > located in two different locations if you run with or > without projects > the web application cannot use it. > > To solve your problem you could: > a) Remove your Project entry from the configuration > file and generate > a new index database > b) Activate the CONFIGURATION entry in web.xml I did the following: 1. Generated a new index database which also created the configuration.xml 2. Removed the project entry from the configuration file 3. Activated the configuration entry in web.xml and commented the data and source entries. This message posted from opensolaris.org