RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread James Holmes
04 1:38 PM To: 'Struts Users Mailing List' Subject: RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1 Yes, the problem is a bug with Weblogic 8.1. Weblogic is not properly implementing the servlet 2.3 spec. To fix this you will need to use the "hack servlet". Followi

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread James Holmes
--Original Message- From: Albrecht, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 2004 10:45 AM To: 'Struts Users Mailing List' Subject: AW: Struts-faces2.war do not run with BEA Weblogic 8.1SP1 Hi @all! There`s still a problem with the struts-faces.war example. The

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Matthias Wessendorf
Michael, on my website, there is an hello-world with tiles, struts, jsf www.wessendorf.net (follow the link of "java forum stuttgart") if there are any problems in it, please let me know... i run it in tomcat4.1.X which is a j2ee-1.3-webcontainer as well Cheers, > Because the EL-package is

AW: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Albrecht, Michael
Hi @all! There`s still a problem with the struts-faces.war example. The hint of Matthias was correct and very helpful: The BEA Weblogic 8.1 is a J2EE 1.3 compliant app server and so the jstl.jar has to be another one. There`s also a problem with the ServletContextListener. This listener has to b

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Matthias Wessendorf
> Yes, I`ve done this. Not directly, but I`ve unzipped the > war-file and zipped after copying the three-jsf-jars into > (jsf-api.jar, jsf-impl.jar, jstl.jar). Though it`s not running. Hi i guess you need standard.jar too see jsf-deployment-guide: http://java.sun.com/j2ee/javaserverfaces/docs/De

AW: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Albrecht, Michael
Hi James! 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. Yes, I`ve done this. Not directly, but I`ve unzipped the war-file and zipped after copying the three-jsf-jars into (jsf-api.jar, jsf

RE: Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread James Holmes
[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

Struts-faces2.war do not run with BEA Weblogic 8.1SP1

2004-07-05 Thread Albrecht, Michael
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> Is there anybody having the same problem or better knowing the solution? ;-)