> >Beau Paisley wrote: > > > I have installed tomcat 3.2.4, SOAP 2.2, (and other required jars), and JRE > > 1.4. I have run the SOAP server and client verification tests as outlined > > in the instructions but when I go to the 'List' or 'Deploy' links in the > > Admin interface I get the following traceback. Any insights on getting > past > > this much appreciated. > > > > Error: 500 > > Location: /soap/admin/list.jsp > > Internal Servlet Error: > > > > javax.servlet.ServletException: sun/tools/javac/Main > > at > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:508) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
Here's another guess. It would appear that Tomcat is not finding the servlet.jar (under tomcat/lib?) and/or the tools.jar under %JAVA_HOME%/lib check that these are properly configured for tomcat (ie that you can run the examples that come with tomcat ok) and then you should be ok. BTW why are you using the JRE and not the sdk? Maybe there is something missing from the JRE. Cheers, Bruce Dr. Bruce A. Scharlau Dept. of Computing Science Aberdeen University Aberdeen AB24 3UE [EMAIL PROTECTED] http://www.csd.abdn.ac.uk/~bscharla/ 01224 272193
