Christian Ernst wrote:
>
> On a typical webserver with cgi scripts it is possible to have an own
> cgi-bin directory for every user and every cgi-script has got only the
> same
> rights like the user..
>
> Is it possible to setup something like this but giving the user
> the ability to use servlets instead of cgi? (servlets are executed only
> with userrights?!?!?)
>
> mfg
> christian ernst
You can by customizing the Security Manager.  Some servers come with a
configurable Security Manager. I have done something similar to that in
my server implementation (JAWS).  If the server you are using does not
do what you are looking for you may write a servlet that sets the System
Security Manager to your custom Security Manager.

Gabriel Wong
http://www.ezwebtools.com
-------------------------

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to