Tarun Ramakrishna Elankath a �crit : > Thanks for replying . I'll look at the tomcat docs and source and see > whether there is a way of modifying tomcat to allow this functionality. > Or whether I can write a class to check for changes only after a certain > time period - say 3 or 4 minutes. > > Thanks > Tarun > > Cox, Charlie wrote: > > no, you will have to have someone with maanger access restart your web app. > > The only other way to reload classes is to restart tomcat, which it sounds > > like you don't want to do. > > > > you are correct in that "reloadable=false" for production. > > > > Charlie > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
Well, I think that yu only need the 'manager' features... Makin' manager/stop?path=/MyApp and 3-4 mns after manager/start?path=/MyApp hope this help. Jean-Luc :O) -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
