Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
ManifoldCF 0.5, ManifoldCF 0.6
-
None
Description
Resin does not accept the web.xml file which belongs to the web-crawler-ui application and returns 500 Server error after deployment. Resin complains about an unexpected <taglib>-tag. The taglib directive is not longer needed in JSP 2.0 which we're now using. Some information about how we can configure MCF properly for JSP 2.0:
http://wiki.metawerx.net/wiki/RemovingTaglibFromWeb.xml
It's probably possible to place the taglib directives inside a <jsp-config> directive as a quick fix as well.