The reason you are getting this error is because JSP requires a compiler (usually javac), and this is not in the JRE. You'll find if you install everything with the J2SDK, you won't get this error. --
David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT ----- Original Message ----- From: "Bruce Scharlau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 3:59 AM Subject: Re: Installation under jre1.4 problem > > > > >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 >
