I'm using a multiple project setup with opengrok built off trunk.
Searching and xref works but history is blank. Any history link on a xref page 
always results in a "Error 404: File not found!" page.

I'm indexing like:

java -Xmx1536m -jar opengrok.jar -P  -W configuration.xml  -i target -c 
/usr/bin/exuberant-ctags -s /home/opengrok/opengrok-src 
/home/opengrok/opengrok-data

And my web.xml contains:

  <context-param>
    <param-name>CONFIGURATION</param-name>
    <param-value>/home/opengrok/configuration.xml</param-value>
  </context-param>

(It does not contain DATA_ROOT or SRC_ROOT since i presume that the 
configuration.xml defines these instead).

Am i doing something wrong to achieve history browsing in my projects.
One of the projects is a cvs checkout, the others are all svn checkouts.
 
 
This message posted from opensolaris.org

Reply via email to