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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Apache config

Status
Not open for further replies.

guyirish

Programmer
Jun 14, 2007
7
US
I'm trying to run an application off of Apache-Tomcat 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)
.
.
.


What could be causing this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top