vote up 0 vote down star

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?

flag

30% accept rate

1 Answer

vote up 0 vote down

What version of axis2 are you running? Version 1.5 of Axis2 has org.apache.axis2.AxisFault in axis2-kernel-1.5.jar. Everything else looks correct (your directory structure, etc)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.