You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2008/04/22 15:12:55 UTC

[Nutch Wiki] Update of "GettingNutchRunningWithDebian" by StevenHayles

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by StevenHayles:
http://wiki.apache.org/nutch/GettingNutchRunningWithDebian

The comment on the change is:
Added installation  of tomcat5.5-webapps without it home page it blank

------------------------------------------------------------------------------
   ''export JAVA_HOME''[[BR]]
  
  ==  Install Tomcat5.5 and Verify that it is functioning ==
-  ''# apt-get install tomcat5.5 libtomcat5.5-java tomcat5.5-admin ''[[BR]]
+  ''# apt-get install tomcat5.5 libtomcat5.5-java tomcat5.5-admin tomcat5.5-webapps''[[BR]]
  Verify Tomcat is running:[[BR]]
   ''# /etc/init.d/tomcat5.5 status''[[BR]]
   ''#Tomcat servlet engine is running with Java pid /var/lib/tomcat5.5/temp/tomcat5.5.pid''[[BR]]