Hi!
My name is Mbe, I did download jakarta-tomcat-4.0.b3 and
jakarta-servletapi-4.0.b3 and installed them in my nt4.0 workstation. 
I also installed jdk1.3 and set the variables and values as follows
Variable        :       Values
TOMCAT_HOME             D:\jakarta-tomcat-4.0-b3
JAVA_SERVLETAPI         D:\jakarta-servletapi-4.0-b3
JAVA_HOME               D:\jdk1.3

I was able to start tomcat with startup, but trying to run java
programm  Dabe (with execute) at localhost:8080/examples/jsp I get the
following errors
Exception Report:
javax.servlet.ServletException: sun/tools/javac/Main
        at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:439)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
....

and

Root Cause:
java.lang.NoClassDefFoundError: sun/tools/javac/Main
        at
org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:128)
        at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:268)
....

Am I missing anything?
How do I go about it?

Thanks in anticipation!


Mbe


Reply via email to