RE: Getting the examples running

2000-10-31 Thread Nacho
You need to put %JAVA_HOME%/lib/tools.jar in your classpath, as is needed to compile JSPs.. Saludos , Ignacio J. Ortega -Mensaje original- De: Nathan Wilhelmi [mailto:[EMAIL PROTECTED]] Enviado el: martes 31 de octubre de 2000 17:37 Para: '[EMAIL PROTECTED]' Asunto: Getting the

RE: Getting the examples running

2000-10-31 Thread Ed Gomolka
There's a file called tools.jar that must be in your classpath. Add a line to your "tomcat.bat file", as follows: set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar Ed I'm new to Tomcat / Apache and trying to get the example JSP pages working. I'm running W2K, Tomcat 3.1, and JDK

RE: Getting the examples running

2000-10-31 Thread Nathan Wilhelmi
lass path to tools.jar. When Tomcat starts I also tools.jar listed in the class path. Any ideas what I'm still doing wrong. Thanks! Nate -Original Message-From: Ed Gomolka [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 31, 2000 9:51 AMTo: [EMAIL PROTECTED]Subject: RE: Get

RE: Getting the examples running

2000-10-31 Thread Ed Gomolka
directory. I have also seen the opposite case. If that's not it, then I'm out of ideas. -Original Message-From: Nathan Wilhelmi [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 31, 2000 11:36 AMTo: '[EMAIL PROTECTED]'Subject: RE: Getting the examples running Thanks