Howdy, You can't just set each <Context> to have reloadable="true" ? That will reload their webapp when they edit web.xml...
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Jaco Kroon [mailto:[EMAIL PROTECTED] >Sent: Sunday, September 14, 2003 12:15 PM >To: [EMAIL PROTECTED] >Subject: ManagerServlet (autherization on a percontext basis) > >Hello, > >I need to allow users previliges to manage their applications on a >per-context basis. We are providing students with a webapp, where they >need to build their practical. However, whenever they change web.xml >they need to be able to restart their webapp. > >Considering there are over 300 users I don't want to use the reloadable >feature for the lib and classes directories either, as such I would >prefer if I can just allow them to reload, start and stop their own >webapps. > >Is there any existing way of doing this or will I have to continue my >hack to rewrite the ManagerServlet (or at least implement a similar >class and work it into tomcat?) > >btw, I'm using tomcat 4.0 (revision 0.3 at home and 1.24 where this has >to be implemented actually). > >I'm currently having trouble creating a subclass of HttpServlet >implementing ContainerServlet that'll actually load. > >Any ideas/help extremely welcome. > >Jaco > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
