ServletException When open my application

南笙酒味 提交于 2019-12-11 03:59:07

问题


Iam using JSF 2.1 mojjara and primefaces 3.5 with WAS7 i complete the integration the FacesServlet is loaded from my JSF jar and the other component
the problem that iam facing seems now is the following :


回答1:


Unless you've added the Mojarra 2.1 jars as a shared library in WAS 7, you'll get the baked-in WAS version (which I think is 1.2). Then when you deploy the application you'll have to configure it to use that shared library.



来源:https://stackoverflow.com/questions/19497633/servletexception-when-open-my-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!