yeah it is true, In context path, reloadable=true says that classfiles which can be servlets, beans or others get updated when they are changed.
Phillip ----- Original Message ----- From: "Ashish Kulkarni" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 6:12 AM Subject: Re: need to restart tomcat when beans are updated (tomcat4.0.4) > in your server.xml file > <Context path="/mapsstruts" reloadable="true" ..> > make reloadable = true, for your context > Ashish > > > > --- Raj <[EMAIL PROTECTED]> wrote: > > Have just completed upgrade from tomcat-3.2.1 to > > tomcat-4.0.4. this works good, but has a problem > > when a java beans is updated - the tomcat server > > need to be restarted before the change is visible. I > > didn't have this problem with tc 3.2.1, but need to > > upgrade to support a new application. Has anyone > > else seen this problem ? I have noticed it with > > Linux and Windows. Any help offered would be much > > appreciated. > > > > thanks, > > > > Raj > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Finance - Get real-time stock quotes > http://finance.yahoo.com > > -- > 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]>
