Can JSF 2.0 be used with Websphere application server version 7.x

前端 未结 8 2011
闹比i
闹比i 2020-12-05 19:31

Can JSF 2.0 be used with WebSphere Application Server version 7.x?

If so, how?

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 20:13

    Step by step setting MyFaces 2.0 on WebSphere Application Server v7 as shared library as IBM recommends: http://wasbehindtheglass.blogspot.co.uk/

    I have applied similar steps for Majorra/JSF 2.0.4 and created a shared library using only jsf-api.jar and jsf-impl.jar. As @Ian McLaird has told WAS 7.0.0.19 and JSF 2.0.4 are required. JSF 2.1.x requires Servlet 3 and is not supported by WAS7

提交回复
热议问题