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

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