Re: Servlets work, but JSP doesn't...

2001-03-29 Thread John Clark L. Naldoza
Jason, You have to have JAVA_HOME environment variable defined so that jasper is able to find the compiler in order to compile the jsp. ~larry i.e. inside your tomcat.sh file have the following entries... TOMCAT_HOME=/tmp/jakarta-tomcat # or wherever..;-) JAVA_HOME=/opt/jdk1.2.2 #

RE: Servlets work, but JSP doesn't...

2001-03-28 Thread Stefán F. Stefánsson
directory (note: the jdk root directory... not the lib directory under the jdk root directory). That way Tomcat can figure out where to find the tools.jar file. -Original Message- From: Jason Wells [mailto:[EMAIL PROTECTED]] Sent: 29. mars 2001 01:11 To: [EMAIL PROTECTED] Subject: Servlets work