tags:

views:

23

answers:

1

While I can appreciate the point of the fine granularity in which you can enable security for every single little thing for each individual application in tomcat, in reality, it's an insane pain in the ass. Every single file, socket, everything for every single application. Sure if you're writing a "hello world" application, it's not too much to ask, but an enterprise sized application? That's insane. Does anybody actually use it, or does everybody just say "*" for everything?

+1  A: 

You would use the permissions policy in an environment where you can't trust the applications deployed in tomcat. There is a significant impact on performance, so in practice it is rarely used.

Maurice Perry
Okay, thanks, I just wanted to make sure I wasn't crazy.
stu