Hi, 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 it seems that JetspeedDeploy is not able to be compliant with the servlet spec 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. Is there any chance that in future version JetspeedDeploy will be able to handle the different versions of the servlet specification ? Regards, -- Nicolas Dutertry
