beginner needs help(Compile error)

2000-12-30 Thread SoftwareSolutions
Dear Helper, I am running the application fine with the following commands... set TOMCAT_HOME=e:\foo\jakarta-tomcat-3.2.1 set JAVA_HOME=e:\jdk1.3 cd jakarta-tomcat-3.2.1\bin startup cd .. cd doc cd appdev cd sample The above outputs the following path info also... Using CLASSPATH:

RE: Compile Error in JSP generated servlet

2000-12-20 Thread Morahg, Yoav
PM To: [EMAIL PROTECTED] Subject: Compile Error in JSP generated servlet What would cause JSP to generate the same variable in the generated servlet. I am getting the following compile error in the JSP generated servlet in tomcat 3.2 on Windows NT. I am trying to get the book examples to run from

JSP Compile Error

2000-12-20 Thread Matt White
Hey... I've run into a really weird error that seems to be a part of Tomcat itself. Attached are two files, JSPTEST.JSP and JUNK.JAVA. The JSP file is just an example file, this seems to happen with just about any of them. Here's what happens. Whenever I attempt to call the JSP file, the Java

RE: Compile Error in JSP generated servlet

2000-12-20 Thread Moran, David (David)
-Original Message- From: Kitching Simon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 10:50 AM To: '[EMAIL PROTECTED]' Subject: RE: Compile Error in JSP generated servlet David, How about posting the original jsp source code? The problem *is* probably somewhere

RE: JSP Compile Error

2000-12-20 Thread Kitching Simon
emember my password :-) Simon -Original Message- From: Matt White [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 5:37 PM To: [EMAIL PROTECTED] Subject: JSP Compile Error Hey... I've run into a really weird error that seems to be a part of Tomcat itself.

Re: Compile Error in JSP generated servlet

2000-12-20 Thread Pierre Delisle
; value="data"/ jsp:param name="columnHeader" value="Postal Code"/ jsp:param name="column" value="email"/ jsp:param name="columnType" value="data"/ jsp:param name="columnHeader" value="E-Mail"

Compile Error in JSP generated servlet

2000-12-19 Thread Moran, David (David)
What would cause JSP to generate the same variable in the generated servlet. I am getting the following compile error in the JSP generated servlet in tomcat 3.2 on Windows NT. I am trying to get the book examples to run from "SE Using Java Server Pages and Servlets" Error: 500

RE: Ant compile error

2000-12-09 Thread G.Nagarajan
hi, you have to download the ant and xerces packages and put them in the classpath. Using the approach mentioned in the doc is good if you have to manage a project. If just want to try out some examples, you can ignore it. Regards, Nagaraj. -Original Message-From: Matt Becker

Re: mod_jk compile error

2000-12-06 Thread bryan
| Subject: mod_jk compile error | | When I use the apxs command I get an error that the jni.h can't be found | | ../jk/jk_jni_worker.c:67:17 jni.h No such file or directory | ... | apxs:Break:Command failed with rc=3D1 | It means it can't find jni.h from the JDK. You need to give

JSP compile error using bean jar file

2000-11-02 Thread Dan Lovell
I am using Tomcat 3.1 on Win NT. When I try and bring up my JSP page I receive the following error: Error: 500 Location: /mytest/test.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC:\Program Files\Apache

RE: JSP compile error using bean jar file

2000-11-02 Thread Ranko Bijelonic
its jsp:useBean with a capital B -Original Message- From: Dan Lovell [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 11:37 AM To: [EMAIL PROTECTED] Subject: JSP compile error using bean jar file I am using Tomcat 3.1 on Win NT. When I try and bring up my JSP page I

<    1   2