Hi all, I've noticed that the latest OpenGrok 0.71 still has hard coded webapp context paths to /source/, even after I've renamed my .war file to something else and also specified the -w option when indexing.
I'm indexing with, java -jar opengrok.jar -w /jbridgesource -v -c /usr/local/bin/ctags -s /root/jbridge/src -d /var/tmp/opengrok_data and my war file is named 'jbridgesource.war'. Searches work fine, xref links are correct, but links which points to defs or refs still pointing to /source/ as the base url. For example, http://sunblade.unixville.com/source/s?refs=destroyUserSessions when it *should* be, http://sunblade.unixville.com/jbridgesource/s?refs=destroyUserSessions Am I just doing something wrong here, or this is really a bug? $ java -jar opengrok.jar -V OpenGrok v0.7 rev 7d74ac38ae63 -Moazam
