Properties files that are loaded using either TurbineResources or the commons-configuration package, TR.props, JSR.props, JSS.props, etc; do not use the web app's class loader, so servlet reload=yes options have no effect on them. They load once and only once when the container starts.
Registry files are different and are reloaded over time. This is probably why you are thinking that these changes should appear over time. Scott > -----Original Message----- > From: Josh Hone [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 12:47 PM > To: [EMAIL PROTECTED] > Subject: Re: response time is slow > > Hi Paul - > > > >From: Paul Spencer <[EMAIL PROTECTED]> > >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> > >To: Jetspeed Users List <[EMAIL PROTECTED]> > >Subject: Re: response time is slow > >Date: Mon, 30 Sep 2002 23:01:03 -0400 > > > >You need to determine what is causing the slow response. Below are some > of > >the questions I usually ask. > > > >o Has the servlet container been restarted since you changed the TR.p > >parameters? > > > > I thought that jetspeed picked up all config changes over time. Why would > you need to restart tomcat if the servlet adapts? > > Josh Hone > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > -- > To unsubscribe, e-mail: <mailto:jetspeed-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:jetspeed-user- > [EMAIL PROTECTED]>
