Does anybody actually use the permissions policy controls in tomcat?
        Posted  
        
            by stu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stu
        
        
        
        Published on 2010-03-28T21:42:32Z
        Indexed on 
            2010/03/28
            21:43 UTC
        
        
        Read the original article
        Hit count: 215
        
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?
© Stack Overflow or respective owner