DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26317>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26317 struts-faces example2 - 2004-01-13 build [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|struts-faces example2 |struts-faces example2 - | |2004-01-13 build ------- Additional Comments From [EMAIL PROTECTED] 2004-01-21 18:30 ------- I have Tomcat 5.0.12. Web application cannot start. I dropped struts-faces2.war in the webapps directory. I get the following errors: INFO: Installing web application at context path /struts-faces2 from URL file:C:/Tools/apache/Tomcat 5.0/webapps/struts-faces2 Jan 21, 2004 10:13:36 AM org.apache.catalina.core.StandardContext listenerStart SEVERE: Skipped installing application listeners due to previous error(s) Jan 21, 2004 10:13:36 AM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Jan 21, 2004 10:13:36 AM org.apache.catalina.core.StandardContext start SEVERE: Context startup failed due to previous errors ---------------- Also the build.xml file is missing for jsf-impl.jar property in classpath. jsp-api.jar is repeated twice; one line should be replaced with jsf-impl.jar. <!-- Construct Classpath --> <path id="classpath"> <pathelement location="${commons-beanutils.jar}"/> <pathelement location="${commons-collections.jar}"/> <pathelement location="${commons-digester.jar}"/> <pathelement location="${commons-logging.jar}"/> <pathelement location="${commons-validator.jar}"/> <pathelement location="${jsf-api.jar}"/> <pathelement location="${jsp-api.jar}"/> <pathelement location="${jstl.jar}"/> <pathelement location="${servlet.jar}"/> <pathelement location="${struts.jar}"/> <pathelement location="${build.home}/classes"/> </path> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
