Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 91172 invoked from network); 14 Sep 2003 16:20:02 -0000 Received: from unknown (HELO ctb-mesg2.saix.net) (196.25.240.74) by daedalus.apache.org with SMTP; 14 Sep 2003 16:20:02 -0000 Received: from kroon.co.za (tsil-ip-nas-1-p362.telkom-ipnet.co.za [155.239.189.106]) by ctb-mesg2.saix.net (Postfix) with ESMTP id 82AAB3D1F for ; Sun, 14 Sep 2003 18:20:00 +0200 (SAST) Message-ID: <3F6493EC.8060502@kroon.co.za> Date: Sun, 14 Sep 2003 18:14:36 +0200 From: Jaco Kroon User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030715 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: ManagerServlet (autherization on a percontext basis) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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