RE: tag library compile - semi-resolution

2004-05-20 Thread Zollinhofer, Matt
little confused. matt -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 10:38 AM To: Tomcat Users List Subject: Re: tag library compile - semi-resolution On Thu, May 20, 2004 at 10:02:27AM -0400, Zollinhofer, Matt wrote: : So, it works, but I don't

RE: tag library compile - semi-resolution

2004-05-20 Thread Zollinhofer, Matt
Thanks for all help Yoav, QM, and Filip. It turns out that the jsp-api.jar was the jar I needed to have on the classpath. The confusing thing is that I had the directory that it was in on the class path (eg. $CATALINA_HOME/common/lib) but my HelloTag.java still would not compile. It was only whe

RE: tag library compile

2004-05-18 Thread Zollinhofer, Matt
Thanks for that clarification, unfortunate name change, but it's helpful to hear that. With servlet-api.jar on the classpath I shouldn't have any problems compiling with these imports right? >import javax.servlet.jsp.JspException; >import javax.servlet.jsp.JspTagException; >import javax.servlet.j

RE: tag library compile

2004-05-18 Thread Zollinhofer, Matt
ormatics >-Original Message----- >From: Zollinhofer, Matt [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 18, 2004 4:02 PM >To: Tomcat Users List >Subject: tag library compile > >I get the following error when compiling HelloTag.java (below as well). It >has an associate

tag library compile

2004-05-18 Thread Zollinhofer, Matt
I get the following error when compiling HelloTag.java (below as well). It has an associated taglib.tld in the lib directory. I thought I found a solution after googling the error that suggested I put servlet.jar in the java classpath. So, I put it in the extentions directory. I could compile

RE: taglib - O'Reilly tutorial problem

2004-05-18 Thread Zollinhofer, Matt
Yeah, I was a little concerned about the date as well. Do you have any suggestions for basic, up to date, solid examples/tutorials that I could run to a) make sure everything in my Tomcat server is working correctly b) increases/broadens my knowledge of what goes into typical to difficult web appl

RE: taglib - O'Reilly tutorial problem

2004-05-17 Thread Zollinhofer, Matt
rom: QM [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 2:12 PM To: Tomcat Users List Subject: Re: taglib - O'Reilly tutorial problem On Mon, May 17, 2004 at 01:49:18PM -0400, Zollinhofer, Matt wrote: : The last part of the tutorial is creating custom tags, and when I : implement that par

taglib - O'Reilly tutorial problem

2004-05-17 Thread Zollinhofer, Matt
I am running Tomcat 5.0.1.9 on OS X. I found an O'Reilly tutorial online (http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html) which I always find helpful. Following the tutorial, I got basic jsp/servlets working. The last part of the tutorial is creating custom tags, and when I implemen