Did you copy the JSF jar files into the directory where the struts-faces*.war files are expanded to? The JSF jars are not packaged inside the .war files.
-James http://www.jamesholmes.com/JavaServerFaces/ http://www.jamesholmes.com/struts/ -----Original Message----- From: Albrecht, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 2004 6:29 AM To: 'Struts Users Mailing List' Subject: Struts-faces2.war do not run with BEA Weblogic 8.1SP1 Hi @all! The example struts-faces2.war (and the other example struts-faces.war) doesn't run on my BEA weblogic 8.1 SP1. During startup of the server the following exception is thrown: <05.07.2004 12.19 Uhr CEST> <Error> <HTTP> <BEA-101216> <Servlet: "faces" failed to preload on startup in Web application: "struts-faces2". javax.servlet.ServletException at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java :906) at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.ja va:842) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.jav a:782) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletC ontext.java:3236) at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServlet Context.java:3181) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServle tContext.java:3154) at weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:654) at weblogic.servlet.internal.WebService.preloadResources(WebService.java:483) at weblogic.servlet.internal.ServletInitService.resume(ServletInitService.java: 30) at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131) at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359) at weblogic.Server.main(Server.java:32) > Is there anybody having the same problem or better knowing the solution? ;-) Thanks in advance for help. Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

