You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ku...@apache.org on 2007/07/14 15:03:19 UTC

svn commit: r556270 - /lucene/nutch/trunk/src/web/jsp/search.jsp

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");