I am referring to
https://source.sakaiproject.org/svn/portal/tags/sakai-2.7.0/portal-tool/tool/src/webapp/WEB-INF/web.xml
What does following section on above link means is it setting the
context root of application ?
<servlet-mapping>
<servlet-name>sakai.portal.tool</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>
--
Tapas