I have just finished installing Axis and Tomcat. I'm using Tomcat 5.5.9 and Java 1.5.0.03. My happy page displayed correctly, but when I tried to access a sample JWS web service that comes with Axis as follows:
http://localhost:8080/axis/EchoHeaders.jws?method=list I got the following error: <faultcode>soapenv:Server.userException</faultcode> <faultstring>java.lang.RuntimeException: No compiler found in your classpath! (you may need to add 'tools.jar')</faultstring> I tried adding tools.jar to the tomcat\common\lib directory, but that didn't work either. I thought I saw someone somewhere having the same problem and then going back to Java 1.4 and Tomcat 4.x and having it work. Does anyone know what I need to do? Thanks, Jan
