On Sat, Sep 17, 2005 at 03:39:22PM -0700, Alexander Kabanov wrote: : I have a bundle "apache - mod_jk - tomcat" working and virtual hosts : properly configured, : everything is nice, but with a few small issues. In addition to this : configuration - each virtual : host represents different users which don't trust each other. : [rest of post deleted]
Generally speaking, if your app owners (users) don't trust one another at the OS level, run their apps in separate instances of Tomcat. This lets you run Tomcat as a different user for each container and, in turn, use OS-level file perms to prevent unwanted access between apps. -QM -- software -- http://www.brandxdev.net/ tech news -- http://www.RoarNetworX.com/ code scan -- http://www.JxRef.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
