update web.xml "search/index" to "/search/index",make it available for
higher tomcat(higher than 8)
diff --git a/1.5/plugins/org.eclipse.epf.publishing/docroot/WEB-INF/web.xml b/1.5/plugins/org.eclipse.epf.publishing/docroot/WEB-INF/web.xml
index cf4a2e7..478226c 100644
--- a/1.5/plugins/org.eclipse.epf.publishing/docroot/WEB-INF/web.xml
+++ b/1.5/plugins/org.eclipse.epf.publishing/docroot/WEB-INF/web.xml
@@ -10,7 +10,7 @@
   	<servlet-class>org.eclipse.epf.web.servlet.SearchServlet</servlet-class>
   	<init-param>
   		<param-name>searchIndex</param-name>
-  		<param-value>search/index</param-value>
+  		<param-value>/search/index</param-value>
   	</init-param>
   	<init-param>
   		<param-name>xslFile</param-name>