Open main menu

CDOT Wiki β

Changes

OpenGrok

196 bytes added, 19:37, 23 October 2006
m
Steps
- tomcat5 tomcat5-admin tomcat5-webapps
- Installs GNU Java which must be removed
-make (using 3.81, may need 3.80)
-CVS
* Run "sudo update-alternatives --config java" and "apt-get remove --purge java-gcj-compat"
* Change the tomcat5 config (/etc/default/tomcat5) to point to the new default Java runtime (/usr/lib/jvm/java-1.5.0-sun/jre/)
* Setup a Mozilla code directory (mkdir /var/mozilla)
* Checkout code via CVS using make from [http://ftp.gnu.org/pub/gnu/make/make-3.80.tar.gz GNU]
 
the following didnt work:
* Rsync'd source into in (rsync -az --delete --stats cvs-mirror.mozilla.org::mozilla /var/mozilla)
* Untar the opengrok package into the tomcat5/webapps folder
* Edit and run the run.sh file
==== Important Info ====
* /var/lib/tomcat5 is the default $CATALINA_HOME
* /etc/default/tomcat5 has some configuration files
1
edit