RE: Many JSPs not working!

2001-02-23 Thread tomcat user
Try adding this: set PATH=c:\jdk1.3\bin This should give it access to the javac tool which it needs to compile the servlet java code. --Original Message-- From: "\)ason" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: February 23, 2001 4:20:30 AM GMT Subject: Many JSPs n

Many JSPs not working!

2001-02-22 Thread \)ason
Nearly all of my JSP files (including theexamples that came with tomcat!) are not working -- each time I request them it gives me a 500 error that reads: Internal Servlet Error:javax.servlet.ServletException: sun/tools/javac/Main at

Re: Many JSPs not working!

2001-02-22 Thread Karl Martino
I remember getting the same kind of error until I properly set my environment variables as stated in the User's Guide : http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.html -karl --- ")ason" [EMAIL PROTECTED] wrote: Nearly all of my JSP files (including the examples