Problem with my tomcat server after adding myfaces+tomahawk libraries
Hi guys,
I just added following four libraries to my JSF Project in Netbeans5.5
1. myfaces-core-1.1.3\commons-lang-2.1.jar
2. tomahawk-1.1.3\commons-fileuplaod.jar
3. tomahawk-1.1.3\tomahawk-1.1.3.jar
4. tomahawk-1.1.3\tomahawk-facelets.jar
and now my server collapsed. saying message
java.lang.ClassNotFoundException: [Ljava.lang.String;
.................
................
Feb 23, 2007 2:22:16 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart
..............
...............
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 0 seconds)
GOD!!!!!! it was working fine. what happened to it? I unchecked my added libraries, but no luck. still getting same error.
plz help.......
I m using Tomcat 5.5.17 with JDK1.6 on Netbeans5.5

