You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/06/03 21:36:56 UTC

svn commit: rev 20794 - forrest/trunk/src/core/context/WEB-INF

Author: cheche
Date: Thu Jun  3 12:36:55 2004
New Revision: 20794

Modified:
   forrest/trunk/src/core/context/WEB-INF/web.xml
Log:
Removing entries for old search funcionality


Modified: forrest/trunk/src/core/context/WEB-INF/web.xml
==============================================================================
--- forrest/trunk/src/core/context/WEB-INF/web.xml	(original)
+++ forrest/trunk/src/core/context/WEB-INF/web.xml	Thu Jun  3 12:36:55 2004
@@ -320,27 +320,7 @@
     <load-on-startup>1</load-on-startup>
   </servlet>
 
-  <!--
-    SearchServlet - Used to search in site (Lucene)
-  -->
-  <servlet>
-    <servlet-name>SearchServlet</servlet-name>
-    <servlet-class>org.apache.forrest.search.ForrestSearchServlet</servlet-class>
-    <init-param>
-      <param-name>project-skin</param-name>
-      <param-value>@skin@</param-value>
-    </init-param>
-  </servlet>
-  
-  
   <!-- URL space mappings ============================================= -->
-  <!--
-    Calls to "search.cmd" are processed by this servlet
-   -->
-  <servlet-mapping>
-     <servlet-name>SearchServlet</servlet-name>
-     <url-pattern>/search.cmd</url-pattern>
-  </servlet-mapping>
 		    
   <!--
     Cocoon handles all the URL space assigned to the webapp using its sitemap.