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

Error compiling some basic JSP (Axis-related)

Status
Not open for further replies.

robbbbert

Programmer
Jun 30, 2006
1
CA
Hello, I'm trying to get Axis (1.4) running with Tomcat (5.5).

I've copied the axis folder from the Axis redistribution to Tomcat's webapps folder, and started Tomcat. Next, I opened in a webbrowser.

In catalina.out, there'll be the following error:
[tt]...
Compile failed; see the compiler error output for details.
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
...
- Env: Compile: javaFileName=/opt/netbeans-5.0/enterprise2/jakarta-tomcat-5.5.9/work/Catalina/localhost/axis//org/apache/jsp/index_jsp.java
...[/tt]

index_jsp.java isn't too complex (
[tt]import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;[/tt]
), and I've made sure jsp-api.jar is in Tomcat's classpath.

This issue is bugging me quite some time now, and I was wondering if someone could kindly give some tips? :) Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top