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

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

    Websphere ships with JSF 1.2.something and it loads that by default. To use a different JSF library (or any other library that WS provides such as commons-logging) you need to change the way the classloader prioritizes locations. They call it 'parent last" meaning load your libs then the WS versions.

提交回复
热议问题