我有一个 JSF 1.1 应用程序,它在 WAS 6.0 中运行良好,需要迁移到 WAS 7.0,但它会导致以下异常,即使我已经parent_last
设置deployment.xml
:
Uncaught init() exception created by servlet Faces Servlet in application:
java.lang.NullPointerException
at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:325)**
这是如何引起的,我该如何解决?