close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Sep 30, 2009, 9:18:58 PM (13 years ago)
- Author:
-
hank
- Comment:
-
tomcat installation
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
4 | 4 | Grab the latest nutch package from the [http://lucene.apache.org/nutch/ nutch site]. Version 1.0 is |
5 | 5 | is the latest as of this writing. Unpackage nutch into '''/usr/local/nutch/'''. |
| 6 | |
| 7 | == Tomcat Installation == |
| 8 | {{{ |
| 9 | > cd /usr/local |
| 10 | > wget http://www.ip97.com/apache.org/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.tar.gz |
| 11 | > tar zxvf apache-tomcat-6.0.20.tar.gz |
| 12 | > ln -s apache-tomcat-6.0.20 tomcat |
| 13 | }}} |
6 | 14 | |
7 | 15 | == Add PDF Support - Rebuild Nutch == |