i am using myface 1.2 and trinidad 1.2.2 i remove myface jar from
trinidad-demo-1.2.2 and i search in the web.xml but i didnt found
it so i just removed that file and i tried to deploy but it didnt work and i
get this error:
ERROR [STDERR] java.lang.ClassCastException:
org.apache.myfaces.trini
i tried jboss 4.2.1 to deploy the exemple of trinidad 1.2.2 so i get this
error:
( WARN [org.jboss.web.jsf.integration.config.JBossJSFConfigureListener]
MyFaces JSF implementation found! This version of JBoss AS ships with the
java.net implementation of JSF. There are known issues when mixing J
i tried jboss 4.2.1 so i get this error:
( WARN [org.jboss.web.jsf.integration.config.JBossJSFConfigureListener]
MyFaces JSF implementation found! This version of JBoss AS ships with the
java.net implementation of JSF. There are known issues when mixing JSF
implementations. This warning does n
i am using tomcat 6. but it didnt work.
--
View this message in context:
http://www.nabble.com/deployement-of-application-uising-trinidad-tf4445100.html#a12690630
Sent from the Tomcat - User mailing list archive at Nabble.com.
---
> From: anis jaballah [mailto:[EMAIL PROTECTED]
> Subject: RE : RE: deployement of application uising trinidad
>
> java.lang.NoSuchMethodError:
> javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/s
> ervlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext;
T
thank you i put the lib but i have another error:
(2007-09-15 13:07:05,109 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bn]]
Exception sending context initialized event to
listener instance of class
org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoSuchM
> From: anis jaballah [mailto:[EMAIL PROTECTED]
> Subject: deployement of application uising trinidad
>
> java.lang.NoClassDefFoundError:
> javax/servlet/jsp/jstl/core/Config
You need to put jstl.jar in your webapp's WEB-INF/lib directory.
There's a copy of it in Tomcat's webapps/examples/WEB-IN