Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache-Tomcat exception

Status
Not open for further replies.

guyirish

Programmer
Jun 14, 2007
7
US
I just configured Apache - Tomcat and I'm trying to run an application and am getting the following exception:


exception

javax.servlet.ServletException: org.apache.tools.ant.Project
org.apache.jasper.servlet.JspServlet.service(jasper5-compiler-5.5.15.jar.so)
javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.15.jar.so)

root cause

java.lang.NoClassDefFoundError: org.apache.tools.ant.Project
java.lang.Class.initializeClass(libgcj.so.7)
org.apache.jasper.compiler.AntCompiler.getProject(jasper5-compiler-5.5.15.jar.so)
org.apache.jasper.compiler.AntCompiler.generateClass(jasper5-compiler-5.5.15.jar.so)
.
.
.


How to correct this issue? Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top