Hi,

I am currently looking at ways to allow users of multi-user Linux server
to use servlets in a secure manner, by which I mean that the servlets
must be owned by and run under each user's own user id.

Is there a recommended way to achieve this?  The only solution I can
think of is to have each user run their own installation of Tomcat, and
for our Apache server to pass on requests to a different port for each
user.

This brings me on to my next question - connectors.  What are the pros
and cons of using mod_proxy over mod_webapp?  I suspect that
mod_webapp gives better performance, but are there other advantages?

cheers,

Paul

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to