Author: kubes
Date: Sat Jul 14 06:03:18 2007
New Revision: 556270

URL: http://svn.apache.org/viewvc?view=rev&rev=556270
Log:
Trivial commit.  NUTCH-471, the nutch bean instance is
now initialized through a ServletContextListener.  Added
comment to explain.

Modified:
    lucene/nutch/trunk/src/web/jsp/search.jsp

Modified: lucene/nutch/trunk/src/web/jsp/search.jsp
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/web/jsp/search.jsp?view=diff&rev=556270&r1=556269&r2=556270
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/search.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/search.jsp Sat Jul 14 06:03:18 2007
@@ -63,6 +63,8 @@
 --%>
 
 <%
+  // The Nutch bean instance is initialized through a ServletContextListener 
+  // that is setup in the web.xml file
   NutchBean bean = NutchBean.get(application, nutchConf);
   // set the character encoding to use when interpreting request values 
   request.setCharacterEncoding("UTF-8");



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to