Tomcat loads but jsp's don't work
Hi all,
I'm brand new to all of this. I've installed jdk to my C drive, and after much trial and error, modified my autoexec.bat to set my environment variables for JAVA_HOME and CATALINA_HOME.
In Tomcat, Startup.bat works, and the localhost:8080 page loads correctly in my browser.
But when I click on the jsp examples, they don't work and report this in the "root cause" area of the error page:
java.lang.NoClassDefFoundError: sun/tools/javac/Main
...followed by a long list of errors.
Any ideas what's wrong?
Thanks in advance,
Fred