What's the context when I have: <Context path="/" docBase="c:\Inetpub\wwwroot" debug="0" privileged="true" />
I tried ROOT, nothing, "_" - none of them worked. thanks - dave ----- Original Message ----- From: "Milt Epstein" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 10:31 AM Subject: Re: Tomcat classpath? > On Thu, 27 Jun 2002, David Thielen wrote: > > > Hi; > > > > Where do I place jar files or where in the tomcat configuration do I > > tell it of a jar file to use with my jsp? > > > > Also, can I just do .class files in a directory or must it be a jar > > file? (And if so, how do I set that?) > > If you're talking about context specific stuff, jars go in > ...<context>/WEB-INF/lib and classes in > ...<context>/WEB-INF/classes (don't forget to include the complete > package hierarchy in the classes subdirectory). > > You don't set the classpath for this stuff, it all works automatically. > > Milt Epstein > Research Programmer > Systems and Technology Services (STS) > Campus Information Technologies and Educational Services (CITES) > University of Illinois at Urbana-Champaign (UIUC) > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
