You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "Dutertry, Nicolas" <Ni...@HRACCESS.com> on 2006/11/21 15:53:32 UTC

JetspeedDeploy and servlet spec 2.4

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

Re: JetspeedDeploy and servlet spec 2.4

Posted by David Sean Taylor <da...@bluesunrise.com>.
Dutertry, Nicolas wrote:
> 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 ?
>  
It sounds like we will need to support two different versions of the 
web.xml as a command line option (-v 2.3 | 2.4)
Could you please create a JIRA issue for this ?
Feel free to 'sign up' for implementing it, I can help

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org