Hi,
I am trying to create a RESTful webservice using Java and hence looking at Axis to use that as a platform. I just downlaoded the axis.war file and when I deployed it in my servlet container (tomcat 5.0.30) and tried to access the service (http://localhost:8080/axis2), I encounter the following exception:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: org/apache/tools/ant/BuildException
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:244)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:197)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java :508)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java :236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0.30 logs.
Could someone help me out as to what is wrong with my installation ???.
Thanks,
Srikanth K.
