Unable to run!!!!!!!!

Hi all.

i've a project on jsf anf while running it on tomcat, it gives me an error

HTTP Status 404 - /myApp/description The requested resource (/myApp/) is not available.

the follwing are the messages in my console:

ERROR - Error configuring application listener of class com.sun.faces.application.WebappLifecycleListener

java.lang.ClassNotFoundException: com.sun.faces.application.WebappLifecycleListener

at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1359)

at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3712)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)

at org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1176)

at org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:542)

at org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:105)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)

at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)

at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)

at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)

at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)

at java.lang.Thread.run(Unknown Source)

ERROR - Skipped installing application listeners due to previous error(s)

Thanks in advance.

Ansh.

[2749 byte] By [Ansh.a] at [2007-11-27 5:06:18]
# 1
If using Sun JSF RI, are at least the jsf-api.jar and jsf-impl.jar available in the webapplication and in the Tomcat /lib directory?
BalusCa at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hi Balus.i'm having both the jars in ma application.bt m nt using RI, we r using my faces......
Ansh.a at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Then put the required MyFaces jars in the /lib directory of Tomcat.
BalusCa at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
well can u plz tell me those jars?
Ansh.a at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
I haven't installed MyFaces, you have done it yourself -at least, I assume that.Look in the /WEB-INF/lib folder of your webapplication.
BalusCa at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
i've myfaces-impl-1.1.4.jar and myfaces-api-1.1.4.jar with me.r they enough or i need sumthing else?coz till now its nt working.
Ansh.a at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 7
First, try to write normal and human readable sentences. Wrtng n nrdblw wrds s jst lm, snt t?Have you actually added them to the Tomcat's /lib directory?
BalusCa at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 8
well i can understand.any ways i got the soluions.Thanks.:)
Ansh.a at 2007-7-12 10:24:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...