Hi,
Thank you for the reply. I am new to JSP and i am using tomcat server 7.0
for the first time. could you please tell me where can i find examples of
web applications importing classes from jar file ?


On Fri, Jan 28, 2011 at 1:46 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Anup Niroula [mailto:anup.niro...@gmail.com]
> > Subject: Help needed on apache tomcat 7.0
>
> > Actually, i am trying to include jar file in apache tomcat
> > server so that i can access the classes of the jar file to
> > use it in my jsp pages (web application). How can i do this ?
>
> Long answer: read the servlet spec; it details exactly what the structure
> of a webapp is, including where to place jar files for the webapp.  Short
> answer: in your webapp's WEB-INF/lib directory.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to