Re: Servlet.jar

2008-07-14 Thread Jonathan Mast
Don't forget to include jsp-api.jar in your build process as well, as its contents were formerly contained by servlet.jar. On Mon, Jul 14, 2008 at 2:51 PM, Stephen Nelson-Smith <[EMAIL PROTECTED]> wrote: > > It is lib/servlet-api.jar > > Thank you - perfect. > > S. > > ---

Re: Servlet.jar

2008-07-14 Thread Stephen Nelson-Smith
> It is lib/servlet-api.jar Thank you - perfect. S. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Servlet.jar

2008-07-14 Thread Steve Ochani
Date sent: Mon, 14 Jul 2008 17:34:22 +0100 From: Stephen Nelson-Smith <[EMAIL PROTECTED]> Subject:Servlet.jar To: Tomcat Users List Send reply to: Tomcat Users List > Hi, > > I have an application which makes use of ser

RE: servlet.jar

2006-02-06 Thread Caldarale, Charles R
> From: Joe McTigue [mailto:[EMAIL PROTECTED] > Subject: RE: webapps/ROOT I think you just hijacked another thread. If you have a new question, please start a new thread, and not reuse an existing one. > But all I was asking was, "do you know where in the tomcat5.5 core > download The servlets

RE: servlet.jar - where is it from?

2005-12-19 Thread Caldarale, Charles R
> From: hanasaki [mailto:[EMAIL PROTECTED] > Subject: servlet.jar - where is it from? > > Where does the Tomcat 5 Servlet.jar come from? There is no servlet.jar (capitalized or otherwise) in Tomcat. There is a servlet-api.jar, which is a subset of the J2EE download available from Sun. You have