[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
  This was written for Red``Hat Application Server 1.0.  There may be new 
versions of the rpms listed, so you might need to translate the version number 
from what is listed here.  I'm assuming that you're using the Red``Hat Network 
to get these packages.  That should help you when it comes to getting all the 
dependencies.
  
- == Packages to Install ==
+ == Packages to Install from Red``Hat Application Server Channel ==
  
* ant-1.6.2-3jpp_3rh.noarch.rpm
* ant-apache-regexp-1.6.2-3jpp_3rh.noarch.rpm
@@ -48, +48 @@

* xml-commons-apis-1.0-0.b2.6jpp_3rh.noarch.rpm
* xml-commons-resolver-1.1-1jpp_2rh.noarch.rpm
  
+ == Packages to Install from Extras Channel ==
+ 
+   * java-1.4.2-ibm-1.4.2.2-1jpp_9rh
+   * java-1.4.2-ibm-devel-1.4.2.2-1jpp_9rh
+ 
  One big caveat is that the version of ant that comes from Red``Hat throws an 
error when you try to compile a war file.  I suggest building ant from source.  
I'll add some hints about doing that.
  
   FrontPage


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
  This was written for Red``Hat Application Server 1.0.  There may be new 
versions of the rpms listed, so you might need to translate the version number 
from what is listed here.  I'm assuming that you're using the Red``Hat Network 
to get these packages.  That should help you when it comes to getting all the 
dependencies.
  
  == Packages to Install from Red``Hat Application Server Channel ==
+ 
+ One big caveat is that the version of ant that comes from Red``Hat throws an 
error when you try to compile a war file.  I suggest building ant from source.  
I'll add some hints about doing that.
  
* ant-1.6.2-3jpp_3rh.noarch.rpm
* ant-apache-regexp-1.6.2-3jpp_3rh.noarch.rpm
@@ -50, +52 @@

  
  == Packages to Install from Extras Channel ==
  
+ This assumes you want to use IBM's Java.
+ 
* java-1.4.2-ibm-1.4.2.2-1jpp_9rh
* java-1.4.2-ibm-devel-1.4.2.2-1jpp_9rh
  
- One big caveat is that the version of ant that comes from Red``Hat throws an 
error when you try to compile a war file.  I suggest building ant from source.  
I'll add some hints about doing that.
  
   FrontPage
  


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
  This was written for Red``Hat Application Server 1.0.  There may be new 
versions of the rpms listed, so you might need to translate the version number 
from what is listed here.  I'm assuming that you're using the Red``Hat Network 
to get these packages.  That should help you when it comes to getting all the 
dependencies.
+ 
+ These instructions have you installing software from multiple channels.  If 
your server was not previously subscribed to one or both of these chanels, make 
sure that you have rhn update the package list for the server after you've 
added the subscriptions to these channels.
  
  == Packages to Install from Red``Hat Application Server Channel ==
  


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
* java-1.4.2-ibm-1.4.2.2-1jpp_9rh
* java-1.4.2-ibm-devel-1.4.2.2-1jpp_9rh
  
+ == Replacing Ant ==
+ 
+ When I tried to build the nutch war file using the ant rpm listed above I got 
errors about XslpLiaison.  In the end I installed ant from scratch and got it 
to work for me.  Here's what I did:
+ 
+   1. Download the ant source from http://ant.apache.org/
+   
  
   FrontPage
  


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
  When I tried to build the nutch war file using the ant rpm listed above I got 
errors about XslpLiaison.  In the end I installed ant from scratch and got it 
to work for me.  Here's what I did:
  
1. Download the ant source from http://ant.apache.org/
+   1. Verify the version you downloaded is legit (they offer pgp and other 
signatures).
+   1. Extract the package and copy it to /usr/share (creating 
/usr/share/apache-ant-[version])

  
   FrontPage


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
  
1. Download the ant source from http://ant.apache.org/
1. Verify the version you downloaded is legit (they offer pgp and other 
signatures).
-   1. Extract the package and copy it to /usr/share (creating 
/usr/share/apache-ant-[version])
+   1. Extract the package and copy it to /usr/share (creating 
/usr/share/apache-ant-[version]).
+   1. Replace the original version of ant with the fresh one.  As root:
+  1.  cd /usr/bin
+  1.  mv ant ant_orig
+  1.  ln -s /usr/share/apache-ant-1.6.5/bin/ant ./

  
   FrontPage


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
   1.  cd /usr/bin
   1.  mv ant ant_orig
   1.  ln -s /usr/share/apache-ant-1.6.5/bin/ant ./
+  1.  mv /etc/ant.conf /etc/ant.conf_rpm_orig

  
   FrontPage


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-10 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
   1.  mv /etc/ant.conf /etc/ant.conf_rpm_orig

  
+ Now you can download nutch (see DownloadingNutch) and run through the 
tutorial (http://lucene.apache.org/nutch/tutorial.html).  One thing to note is 
that you'll want to put the segments directory under /usr/share/tomcat5.  Once 
it's there, you can start tomcat with the command service tomcat5 start.
+ 
   FrontPage
  


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-09 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
* jakarta-taglibs-standard-1.1.1-4jpp_2rh.noarch.rpm
* ant-apache-regexp-1.6.2-3jpp_3rh.noarch.rpm
* jakarta-taglibs-standard-javadoc-1.1.1-4jpp_2rh.noarch.rpm
-   * axis-1.2-0.rc2.1jpp_2rh.noarch.rpm
javamail-1.3.1-1jpp_4rh.noarch.rpm
- jaf-1.0.2-3jpp_8rh.noarch.rpm 
jta-1.0.1-0.b.3jpp_1rh.noarch.rpm
- jakarta-commons-beanutils-1.7.0-1jpp_2rh.noarch.rpm   
jta-javadoc-1.0.1-0.b.3jpp_1rh.noarch.rpm
- jakarta-commons-beanutils-javadoc-1.7.0-1jpp_2rh.noarch.rpm   
junit-3.8.1-3jpp_3rh.noarch.rpm
- jakarta-commons-collections-3.1-1jpp_2rh.noarch.rpm   
libgcj34-3.4.0-1.i386.rpm
- jakarta-commons-collections-javadoc-3.1-1jpp_2rh.noarch.rpm   
log4j-1.2.8-7jpp_1rh.noarch.rpm
- jakarta-commons-daemon-1.0-2jpp_2rh.noarch.rpm
mx4j-2.1.0-1jpp_4rh.noarch.rpm
+   * axis-1.2-0.rc2.1jpp_2rh.noarch.rpm
+   * javamail-1.3.1-1jpp_4rh.noarch.rpm
+   * jaf-1.0.2-3jpp_8rh.noarch.rpm
+   * jta-1.0.1-0.b.3jpp_1rh.noarch.rpm
+   * jakarta-commons-beanutils-1.7.0-1jpp_2rh.noarch.rpm
+   * jta-javadoc-1.0.1-0.b.3jpp_1rh.noarch.rpm
+   * junit-3.8.1-3jpp_3rh.noarch.rpm
+   * jakarta-commons-collections-3.1-1jpp_2rh.noarch.rpm
+   * libgcj34-3.4.0-1.i386.rpm
+   * log4j-1.2.8-7jpp_1rh.noarch.rpm
+   * jakarta-commons-daemon-1.0-2jpp_2rh.noarch.rpm
+   * mx4j-2.1.0-1jpp_4rh.noarch.rpm
  jakarta-commons-daemon-javadoc-1.0-2jpp_2rh.noarch.rpm
oro-2.0.8-1jpp_1rh.noarch.rpm
  jakarta-commons-dbcp-1.2.1-3jpp_3rh.noarch.rpm
oro-javadoc-2.0.8-1jpp_1rh.noarch.rpm
  jakarta-commons-dbcp-javadoc-1.2.1-3jpp_3rh.noarch.rpm
regexp-1.3-1jpp_3rh.noarch.rpm


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-09 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
* wsdl4j-1.4-2jpp_1rh.noarch.rpm
* jakarta-commons-modeler-1.1-3jpp_2rh.noarch.rpm
* xalan-j2-2.6.0-2jpp_3rh.noarch.rpm
- jakarta-commons-modeler-javadoc-1.1-3jpp_2rh.noarch.rpm   
xerces-j2-2.6.2-4jpp_2rh.noarch.rpm
- jakarta-commons-pool-1.2-2jpp_2rh.noarch.rpm  
xml-commons-1.0-0.b2.6jpp_3rh.noarch.rpm
- jakarta-commons-pool-javadoc-1.2-2jpp_2rh.noarch.rpm  
xml-commons-apis-1.0-0.b2.6jpp_3rh.noarch.rpm
+   * xerces-j2-2.6.2-4jpp_2rh.noarch.rpm
+   * jakarta-commons-pool-1.2-2jpp_2rh.noarch.rpm
+   * xml-commons-1.0-0.b2.6jpp_3rh.noarch.rpm
+   * xml-commons-apis-1.0-0.b2.6jpp_3rh.noarch.rpm
  jakarta-commons-validator-1.1.3-1jpp_2rh.noarch.rpm   
xml-commons-resolver-1.1-1jpp_2rh.noarch.rpm
  jakarta-commons-validator-javadoc-1.1.3-1jpp_2rh.noarch.rpm   
xml-commons-resolver-javadoc-1.1-1jpp_2rh.noarch.rpm
  


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-09 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
* jakarta-commons-pool-1.2-2jpp_2rh.noarch.rpm
* xml-commons-1.0-0.b2.6jpp_3rh.noarch.rpm
* xml-commons-apis-1.0-0.b2.6jpp_3rh.noarch.rpm
- jakarta-commons-validator-1.1.3-1jpp_2rh.noarch.rpm   
xml-commons-resolver-1.1-1jpp_2rh.noarch.rpm
- jakarta-commons-validator-javadoc-1.1.3-1jpp_2rh.noarch.rpm   
xml-commons-resolver-javadoc-1.1-1jpp_2rh.noarch.rpm
+   * jakarta-commons-validator-1.1.3-1jpp_2rh.noarch.rpm
+   * xml-commons-resolver-1.1-1jpp_2rh.noarch.rpm
  
   FrontPage
  


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-09 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
  == Packages to Install ==
  
* ant-1.6.2-3jpp_3rh.noarch.rpm
+   * ant-apache-regexp-1.6.2-3jpp_3rh.noarch.rpm
+   * axis-1.2-0.rc2.1jpp_2rh.noarch.rpm
+   * jaf-1.0.2-3jpp_8rh.noarch.rpm
+   * jakarta-commons-beanutils-1.7.0-1jpp_2rh.noarch.rpm
+   * jakarta-commons-collections-3.1-1jpp_2rh.noarch.rpm
+   * jakarta-commons-daemon-1.0-2jpp_2rh.noarch.rpm
+   * jakarta-commons-dbcp-1.2.1-3jpp_3rh.noarch.rpm
+ 
* jakarta-taglibs-standard-1.1.1-4jpp_2rh.noarch.rpm
-   * ant-apache-regexp-1.6.2-3jpp_3rh.noarch.rpm
* jakarta-taglibs-standard-javadoc-1.1.1-4jpp_2rh.noarch.rpm
-   * axis-1.2-0.rc2.1jpp_2rh.noarch.rpm
* javamail-1.3.1-1jpp_4rh.noarch.rpm
-   * jaf-1.0.2-3jpp_8rh.noarch.rpm
* jta-1.0.1-0.b.3jpp_1rh.noarch.rpm
-   * jakarta-commons-beanutils-1.7.0-1jpp_2rh.noarch.rpm
* jta-javadoc-1.0.1-0.b.3jpp_1rh.noarch.rpm
* junit-3.8.1-3jpp_3rh.noarch.rpm
-   * jakarta-commons-collections-3.1-1jpp_2rh.noarch.rpm
* libgcj34-3.4.0-1.i386.rpm
* log4j-1.2.8-7jpp_1rh.noarch.rpm
-   * jakarta-commons-daemon-1.0-2jpp_2rh.noarch.rpm
* mx4j-2.1.0-1jpp_4rh.noarch.rpm
* oro-2.0.8-1jpp_1rh.noarch.rpm
-   * jakarta-commons-dbcp-1.2.1-3jpp_3rh.noarch.rpm
+ 
+ 
* regexp-1.3-1jpp_3rh.noarch.rpm
* jakarta-commons-digester-1.6-2jpp_2rh.noarch.rpm
* servletapi4-4.0.4-3jpp_3rh.noarch.rpm


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-09 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
* jakarta-commons-collections-3.1-1jpp_2rh.noarch.rpm
* jakarta-commons-daemon-1.0-2jpp_2rh.noarch.rpm
* jakarta-commons-dbcp-1.2.1-3jpp_3rh.noarch.rpm
- 
+   * jakarta-commons-digester-1.6-2jpp_2rh.noarch.rpm
+   * jakarta-commons-discovery-0.2-1jpp_1rh.noarch.rpm
+   * jakarta-commons-el-1.0-2jpp_1rh.noarch.rpm
+   * jakarta-commons-fileupload-1.0-3jpp_2rh.noarch.rpm
+   * jakarta-commons-httpclient-2.0.2-1jpp_2rh.noarch.rpm
+   * jakarta-commons-launcher-0.9-3jpp_2rh.noarch.rpm
+   * jakarta-commons-logging-1.0.4-2jpp_2rh.noarch.rpm
+   * jakarta-commons-modeler-1.1-3jpp_2rh.noarch.rpm
+   * jakarta-commons-pool-1.2-2jpp_2rh.noarch.rpm
+   * jakarta-commons-validator-1.1.3-1jpp_2rh.noarch.rpm
* jakarta-taglibs-standard-1.1.1-4jpp_2rh.noarch.rpm
* jakarta-taglibs-standard-javadoc-1.1.1-4jpp_2rh.noarch.rpm
* javamail-1.3.1-1jpp_4rh.noarch.rpm
@@ -23, +32 @@

* log4j-1.2.8-7jpp_1rh.noarch.rpm
* mx4j-2.1.0-1jpp_4rh.noarch.rpm
* oro-2.0.8-1jpp_1rh.noarch.rpm
- 
- 
* regexp-1.3-1jpp_3rh.noarch.rpm
-   * jakarta-commons-digester-1.6-2jpp_2rh.noarch.rpm
* servletapi4-4.0.4-3jpp_3rh.noarch.rpm
-   * jakarta-commons-discovery-0.2-1jpp_1rh.noarch.rpm
-   * jakarta-commons-el-1.0-2jpp_1rh.noarch.rpm
* servletapi5-5.0.18-1jpp_3rh.noarch.rpm
-   * jakarta-commons-fileupload-1.0-3jpp_2rh.noarch.rpm
* struts11-1.1-1jpp_4rh.noarch.rpm
-   * jakarta-commons-httpclient-2.0.2-1jpp_2rh.noarch.rpm
* tomcat5-5.0.28-2jpp_5rh.noarch.rpm
* tomcat5-admin-webapps-5.0.28-2jpp_5rh.noarch.rpm
* tomcat5-webapps-5.0.28-2jpp_5rh.noarch.rpm
-   * jakarta-commons-launcher-0.9-3jpp_2rh.noarch.rpm
* tyrex-1.0.1-2jpp_2rh.noarch.rpm
-   * jakarta-commons-logging-1.0.4-2jpp_2rh.noarch.rpm
* wsdl4j-1.4-2jpp_1rh.noarch.rpm
-   * jakarta-commons-modeler-1.1-3jpp_2rh.noarch.rpm
* xalan-j2-2.6.0-2jpp_3rh.noarch.rpm
* xerces-j2-2.6.2-4jpp_2rh.noarch.rpm
-   * jakarta-commons-pool-1.2-2jpp_2rh.noarch.rpm
* xml-commons-1.0-0.b2.6jpp_3rh.noarch.rpm
* xml-commons-apis-1.0-0.b2.6jpp_3rh.noarch.rpm
-   * jakarta-commons-validator-1.1.3-1jpp_2rh.noarch.rpm
* xml-commons-resolver-1.1-1jpp_2rh.noarch.rpm
  
   FrontPage


[Nutch Wiki] Update of GettingNutchRunningWithRedHatApplicationServer by JakeVanderdray

2006-02-09 Thread Apache Wiki
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 JakeVanderdray:
http://wiki.apache.org/nutch/GettingNutchRunningWithRedHatApplicationServer

--
* xml-commons-apis-1.0-0.b2.6jpp_3rh.noarch.rpm
* xml-commons-resolver-1.1-1jpp_2rh.noarch.rpm
  
+ One big caveat is that the version of ant that comes from Red``Hat throws an 
error when you try to compile a war file.  I suggest building ant from source.  
I'll add some hints about doing that.
+ 
   FrontPage