Re: Configuring Tomcat for multiple users

2008-02-26 Thread Binding Servlet
Ok, thanks for the replies. I will look into both these options. On Mon, Feb 25, 2008 at 12:20 PM, Mark H. Wood [EMAIL PROTECTED] wrote: Note that the user web application mechanism only recognizes one webapp per user. If you need more than that, you might write up a little gadget (to be

Re: Configuring Tomcat for multiple users

2008-02-25 Thread Mark H. Wood
Note that the user web application mechanism only recognizes one webapp per user. If you need more than that, you might write up a little gadget (to be run setuid) which collects and vets enough information to construct a context descriptor file and then deposits it in

Configuring Tomcat for multiple users

2008-02-24 Thread Binding Servlet
Hi, Is there a way to configure Tomcat so that servlets can be created by multiple users without having to either place them in the webapps directory and without updating conf/web.xml for every servlet? I know the invoker servlet is available, but I have read that is insecure. Basically, the

Re: Configuring Tomcat for multiple users

2008-02-24 Thread Mark Thomas
Binding Servlet wrote: Hi, Is there a way to configure Tomcat so that servlets can be created by multiple users without having to either place them in the webapps directory and without updating conf/web.xml for every servlet? I know the invoker servlet is available, but I have read that is