in search.jsp must be session creation "false"
----------------------------------------------

         Key: NUTCH-178
         URL: http://issues.apache.org/jira/browse/NUTCH-178
     Project: Nutch
        Type: Improvement
  Components: web gui  
    Versions: 0.8-dev    
    Reporter: YourSoft
    Priority: Trivial


Switch off the session creation in the search.jsp.
I think it is add a little performance improvements.

replace first  3 lines:
<%@ page 
  contentType="text/html; charset=UTF-8"
  pageEncoding="UTF-8"

with:
<%@ page 
  contentType="text/html; charset=UTF-8"
  pageEncoding="UTF-8"
  session="false"


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to