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
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