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 MiddleForkMaps:
http://wiki.apache.org/nutch/GettingNutchRunningWithDebian

------------------------------------------------------------------------------
  ==  Install Sun's Java ==
  Sun Java is available as a set of Debian packages and may be easily installed 
using apt.  
  To obtain Sun's Java, ensure that 'non-free' is included in 
/etc/apt/sources.list
-  ''# apt-get install sun-java5-bin sun-java5-demo sun-java-5jdk 
sun-java5-jre''
+  ''# apt-get install sun-java5-bin sun-java5-demo sun-java-5jdk 
sun-java5-jre''[[BR]]
  
  Since there may be more than one flavor of Java on the system (e.g. kaffe) 
ensure that Sun Java is the chosen alternative
-  ''# update-alternatives --config java''   // then select sun java from the 
menu
+  ''# update-alternatives --config java''   // then select sun java from the 
menu[[BR]]
- If necessary edit /etc/profile to include the following lines:
+ If necessary edit /etc/profile to include the following lines:[[BR]]
-  ''JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.10''
+  ''JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.10''[[BR]]
-  ''export JAVA_HOME''
+  ''export JAVA_HOME''[[BR]]
  
+ ==  Install Tomcat5.5 ==
+  ''# apt-get install tomcat5.5 libtomcat5.5-java tomcat5.5-admin 
tomcat5.5-web''[[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]]
+ 
+ Tomcat may be started and/or stopped using the following:[[BR]]
+  ''# /etc/init.d/tomcat5.5 start''[[BR]]
+  ''# /etc/init.d/tomcat5.5 stop''[[BR]]
+ '''It is NOT necessary to run ''''~/local/tomcat/bin/catalina.sh start'''' as 
noted elsewhere in the WIKI, nor is it necessary to start tomcat/catalina from 
any particular location'''[[BR]]
+ 
+ == Configure File and Webapp Paths ==
+ Under Debian Etch, the Catalina configuration files are located under 
'''/etc/tomcat5.5/policy.d'''  At runtime they are combined into a single file, 
'''/usr/share/tomcat5.5/conf/catalina.policy'''  Do not edit the latter, as it 
will be overwrittten.[[BR]]
+ 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to