Nathan wrote:
> Yes on both counts.
>
> I set the SRC_ROOT, DATA_ROOT and path to the WEB-INF/web.xml per the 
> directions,
OpenGrok needs the CONFIGURATION entry to locate the Subversion 
repository, so you need to use the CONFIGURATION option and not the 
SRC_ROOT and DATA_ROOT entries in web.xml:

  <context-param>
    <param-name>CONFIGURATION</param-name>
    <param-value>/etc/opengrok/configuration.xml</param-value>
    <description>Full path to the configuration file where OpenGrok can 
read it's configuration</description>
  </context-param>

Hope this helps,

Cheers,

Trond


Reply via email to