Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1-dev
-
None
Description
I'm using JetspeedDeploy to automatically make my portlet application ready for Jetspeed.
JetspeedDeploy adds the JetspeedContainerServlet and the portlet taglib in the web.xml. I works fine as long as I use the servlet specification 2.3.
But JetspeedDeploy is not able to be compliant with the servlet specification 2.4.
For example in 2.4 spec, the <taglib> element must be child of the <jsp-config> element, and JetspeedDeploy puts <taglib> directly under <web-app>.
It causes problem under Websphere.