Re: Tomcat does not want to compile

2003-08-14 Thread Jon Wingfield
This is a JBuilder problem not a Tomcat problem. The JBuilder JSP compiler (com.borland.jbuilder.webserverglue.tomcat.jsp.JasperSunJavaCompiler from your stacktrace) can't find the tools.jar of your jdk. Is it in the path JBuilder uses to run the embedded Tomcat? Bob Hacker wrote: I am runnin

Tomcat does not want to compile

2003-08-10 Thread Bob Hacker
I am running Jbuilder 7, JBoss 3.0.2. When I touch a jsp I get the following exception when trying to run it Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error javax.servlet.ServletException: sun/tools/javac/Main at org.apache.jasper.servlet.JspServlet.service(JspServlet.java

RE: Tomcat does not want to compile

2003-08-07 Thread Bob Hacker
I thought it was, because my classpath is set to the location. CLASSPATH=C:\jdk1.3.1_08\lib\tools.jar -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 9:37 AM To: Tomcat Users List Subject: Re: Tomcat does not want to compile This is a