touch web.xml to pick up changes.
----- Original Message -----
From: "Hani Suleiman" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 9:28 PM
Subject: Re: Orion or Me
> Orion will pick up modified servlets classes, not ANY modified class in
> /classes
>
> On Wed, 25 Apr 2001, Robert S. Sfeir wrote:
>
> > We've got a servlet written that does a lot of run-time parsing and db
> > connections etc... we have a bunch of class files which are mapped to
this
> > servlet, some of the classfiles are in the WEB-INF/classes dir others
are
> > jared up in the WEB-INF/lib dir.
> >
> > When I update a class file, in teh WEB-INF/classes dir, and try to
access
> > the data using the browser, it doesn't look like anything changes, in
> > otherwords I think Orion is caching it and not refreshing.
> >
> > Is it supposed to be able to do this, or do I need to do something in my
> > servlet to get it to reload the class?
> >
> > R
> >
> >
> >
>