Peter Johnson [
https://community.jboss.org/people/peterj] created the discussion
"Re: Help: java.lang.ClassNotFoundException Error."
To view the discussion, visit:
https://community.jboss.org/message/742397#742397
--------------------------------------------------------------
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)
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/742397#742397]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]