Am not a webapps person, any help is appreciated.

I am using opengrok-0.6.1 bits hosted on the project page.
Indexing worked fine with the following settings:
        set SRC_ROOT=D:\Temp\bash-3.2\src  (contains the sources)
        set DATA_ROOT=D:\Temp\bash-3.2\data_root (output got generated here)
        set EXUB_CTAGS=D:\Temp\ctags57\ctags.exe

Tomcat is being run standalone from D:\Temp\apache-tomcat-5.5.26
I have extracted the default source.war into <webapps>/bash-3.2

Started tomcat and found the http://localhost:8080/bash-3.2 to show
the empty page just fine.

Now what is the value the the DATA_ROOT and SRC_ROOT in web.xml needs
to be set to.
I have tried the following without success (Getting the error :
"SRC_ROOT parameter in web.xml does not point to a valid directory")

1. Set to absolute path as mentioned above (tried \ as well / as separators)
2. Moved src & data_root under <webapps>/bash-3.2/  and set the
SRC_ROOT to D:/Temp/apache-tomcat-5.5.26/webapps/bash-3.2/src
3. D:/Temp/apache-tomcat-5.5.26/webapps/bash-3.2/src
4. /webapps/bash-3.2/src
5. /bash-3.2/src

And now decided to ask instead of trying to figure out input tomcat needs.

-Shiv

Reply via email to