[Bug 410379] Re: Tomcat security configuration error prevents proper logging

DawnH dawnh at attachmate.com
Mon Aug 10 21:59:48 UTC 2009


I also installed a clean default installation of tomcat 5.5 on Ubuntu
Server 8.0.4.3 LTS on 8/7/09. I was seeing the same exact behavior, plus
webapp I deployed was not starting. I have come up with a workaround,
but I do not recommend it for a production environment due to it's
hammer approach. A better solution would be much appreciated.

1. Stop the Tomcat server
2. Add the following  to /etc/tomcat5.5/policy.d/50user.policy

    grant {
                 permission java.security.AllPermission;
              };

3. Restart the Tomcat server
4. Check /var/log/tomcat55 and you'll see the logs

As you can see, this is a hammer approach to the permissions issue, but
I was unable to determine which exact permissions needed to be opened in
order to get logging to work.

-- 
Tomcat security configuration error prevents proper logging
https://bugs.launchpad.net/bugs/410379
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list