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

前端 未结 8 2015
闹比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:12

    Hi I could run my website using this libraries

    Configuring in web.xml of my project

     
        com.sun.faces.expressionFactory
        com.sun.el.ExpressionFactoryImpl
    
    

    Configuring in websphere to load my libraries (Parent Last)

    Regards

提交回复
热议问题