RE: jsp and tomcat4

2002-02-19 Thread Danny Ayers
javax.servlet.ServletException: sun/tools/javac/Main I had the same problem, though running Tomcat as a service on Win2k. It certainly seems to be JAVA_HOME classpath related, I somehow fluked fixing mine by changing this from D:\java\jdk to D:\java\jdk\ and running the startup script, I've

RE: jsp and tomcat4

2002-02-19 Thread Jolet, John
yeah, tried that, didn't help. -Original Message- From: Danny Ayers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:45 AM To: Tomcat Users List Subject: RE: jsp and tomcat4 javax.servlet.ServletException: sun/tools/javac/Main I had the same problem, though running Tomcat

RE: jsp and tomcat4

2002-02-18 Thread Randy Layman
This message actually showed up before your other one (at least in my mail box). The source of this problem is an improperly set JAVA_HOME. You must set JAVA_HOME such that JAVA_HOME/lib/tools.jar is a valid file. Randy -Original Message- From: Jolet, John

RE: jsp and tomcat4

2002-02-18 Thread Jolet, John
: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 2:19 PM To: 'Tomcat Users List' Subject: RE: jsp and tomcat4 This message actually showed up before your other one (at least in my mail box). The source of this problem is an improperly set JAVA_HOME. You

Re: jsp and tomcat4

2002-02-18 Thread Jose Solorzano
--- Jolet, John [EMAIL PROTECTED] wrote: i'm running tomcat4 on redhat 7.2. it serves up servlets just fine, but get the following when I try to look at the jsp examples: is it telling me it can't find my javac? javax.servlet.ServletException: sun/tools/javac/Main at

RE: jsp and tomcat4

2002-02-18 Thread Jolet, John
: jsp and tomcat4 --- Jolet, John [EMAIL PROTECTED] wrote: i'm running tomcat4 on redhat 7.2. it serves up servlets just fine, but get the following when I try to look at the jsp examples: is it telling me it can't find my javac? javax.servlet.ServletException: sun/tools/javac/Main