Is there somewhere that I can place a class so that it is only visible to a
certain context

Pete Ehli wrote:

> I have a couple of guesses - in the tomcat docs it states you can add a
> classes directory at C:\Tomcat\classes - this is for all contexts to use -
> what ever classes you put there i.e. helper classes can be utilized by all
> contexts. If this is correct let me know [EMAIL PROTECTED] - again this
> is a guess and I know it is in the docs somewhere.
> -- Pete --
>
> ----- Original Message -----
> From: "Doug Ferguson" <[EMAIL PROTECTED]>
> To: "tomcat" <[EMAIL PROTECTED]>
> Sent: Thursday, February 01, 2001 1:22 PM
> Subject: CLASSPATH
>
> > If I have a helper class that I would like to make visible to all my
> > servlets.
> > Where should I place this file?
> >
> > I have been running tomcat from the directory where these helper classes
> >
> > are located. ("." is in my classpath) and that works.
> >
> > However I want a more robust solution. I don't think it works if I place
> >
> > the helper classes in my WEB-INF/classes directory.
> >
> > Is there a location that I can use that is only visible to in specific
> > contexts?
> > Is there a location that I can use that is visible to all contexts?
> >
> > thanks.
> > d.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to