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 > -----Original Message----- > From: Tarun Ramakrishna Elankath [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 11:29 AM > To: [EMAIL PROTECTED] > Subject: Reloading Web Applications without manager and without > reloadable=true > > > Hello all, > I had asked this question previously without anybody > understanding. I > need to be able to reload my web-application *without* setting the > reloadable=true parameter in the context tag, when I *dont* > have access > to the manager web-application. > Why? This is because my web-application will be on a > *production* server > where reloadable *should* be set equal to false (as the documentation > recommends). And I will not be given access to the manager > application > because my web-application resides with web-apps of other independent > developers. I do not want to bother my system administrator for every > modification that I commit to the site. (Even production environments > suffer from modification) > Is there another way of forcing Tomcat to reload > classes of *only* my web > application? If no such program exists then I would be grateful if > someone could point me towards how to write one. > > Any help appreciated, > Tarun > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
