This sounds to me like you set the <welcome-file-list> to index.jsp, but you don't have a jsp file (the name of the missing class is the classname for the compiled index.jsp file).
If this doesn't help, then post the following:
* the contents of your web.xml file
* the contents of your WAR file (use "jar -tf xxx.war" and post the results)