tj kay wrote:
> I have Tomcat and Apache running on my 98 machine. I can access the example
> servlets that come with Tomcat, BUT I recieve the following error when I try
> the example JSPs.
>
> Error: 500
> Location: /examples/jsp/num/numguess.jsp
> sun/tools/javac/Main
>
You need the Java compiler in your classpath in order to run JSP pages. You need
to do one of the following:
* Define a JAVA_HOME environment variable that points
at the base directory of your JDK 1.2.2 installation, or
* Add the "lib\tools.jar" file underneath the Java home directory
to your CLASSPATH environment variable.
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets