I am using Tomcat 5.5 on Windows XP.
The tree is:
\Tomcat 5.5\webapps\Test
\Tomcat 5.5\webapps\Test\TestJsp.jsp
\Tomcat 5.5\webapps\Test\WEB-INF
\Tomcat 5.5\webapps\Test\WEB-INF\classes
\Tomcat 5.5\webapps\Test\WEB-INF\lib
I access the jsp via:
http://localhost:8090/Test/TestJsp.jsp
and get the error:
The type org.apache.axis2.AxisFault cannot be resolved. It is indirectly referenced from required .class files.
This is contained inside axis2.jar and this jar is in the lib directory.
Any ideas?