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.jsp.tagext.TagSupport; Assuming I shouldn't, I find myself stuck because I still get the errors. I also feel like an idiot cause this could be about the most trivial thing ever. matt -----Original Message----- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 4:50 PM To: Tomcat Users List Subject: RE: tag library compile Hi, >Would the servlet.jar be in the $CATALINA_HOME directory stucture, or >does the installer put it elsewhere on the system? I ask because I For tomcat 5, it's $CATALINA_HOME/common/lib/servlet-api.jar. For tomcat 4, it's $CATALINA_HOME/commons/lib/servlet.jar. The name change is related to the Servlet Specification change and wasn't our fault ;) Yoav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
