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 insecure. Basically, the
effect I want is for users to be able to place servlets in their home
directory after the server is already running, and for those servlets to be
recognized by Tomcat, and for them to be confined to the user directory they
are contained in, providing a safe environment for multiple users to develop
servlets in. There is an Apache httpd server running which maps "~" url
patterns to username/public_html directory.

Take a look at http://tomcat.apache.org/tomcat-6.0-doc/config/host.html

Search for user web applications.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to