What to add in web.xml to configure Tomahawk1.1.3

I have added following libraries to my project1.tomahawk-1.1.3.jar2.tomahawk-facelets.jar3.commons-filupload.jarwhat to add in web.xml to work it correctly? I m using NetBeans5.5 with Tomcat 5.5.17 and JDK1.6plz help.
[259 byte] By [AlexCoxwella] at [2007-11-26 21:05:31]
# 1
as fare as i know, nothing.But you need more jars.read this thread. http://forum.java.sun.com/thread.jspa?forumID=427&threadID=745770
hamidagaa at 2007-7-10 2:39:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Thnx hamidaga for reply. I added common-io-1.1.jar but still no luck :(

I m getting same error at tomcat5.5.17 server log

java.lang.ClassNotFoundException: [Ljava.lang.String;

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

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

at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:615)

..............................

.............................

.............................

Mar 9, 2007 4:27:31 PM org.apache.catalina.core.StandardContext start

SEVERE: Error listenerStart

and now I m stuck. I cant execute anything..

plz help.

AlexCoxwella at 2007-7-10 2:39:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
add also this one:tomahawk-bridge-0.9.1.jarunfortunately i forgot what i did in my project, but maybe the jar will help.
hamidagaa at 2007-7-10 2:39:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...