Kroon, Wilbert wrote:

> Just downloaded jboss-tomcat-2.1. After installation everything I tried
> worked as advertised (including deploying a simple bean, adding a JDBC
> driver and running the servlet test pages) so I assume my basic setup is
> correct . However the example JSP pages included in the kit all generate an
> error like attached. Do I need to do some additional configuration work to
> get this going?
> 
> Error: 500
> Location: /examples/jsp/num/numguess.jsp
> Internal Servlet Error:
> javax.servlet.ServletException: sun/tools/javac/Main
>       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:399)

You need the tools.jar from the JDK in tomcat's lib directory.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to