On Thu, 27 Jun 2002, David Thielen wrote: > 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.
What do you mean when you say you "tried ROOT, ...", where did you try it? And when you say they didn't work, what do you mean? It didn't find the servlets/jsps, or it didn't find the classes/jars? What URL did you try? Anything relevant in the logs? I'd *think* that the path attribute above is just to tell Tomcat how to match URLs to resources (e.g. servlets/jsps). And I'd think that you can have WEB-INF under c:\Inetpub\wwwroot (and lib and classes under WEB-INF). > ----- 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]>
