I have configured the Opengrok 0.12.1 version with Tomcat 7.0, indexing is done successfully using the below command.
java -jar opengrok.jar -a on -C -W C:\opengrok-0.12.1\configuration.xml -c c:\ctags58\ctags.exe -P -S -v -s C:\ChangeDetails -d c:\opengrok-0.12.1\grokdata -Q on
But after that when I search for the results, it just showing the filenames where text is matched, but not showing the matched lines.
Please let me know what changes needs to be done to show the matched lines as well.