ralf on March 10th, 2010

The default behavior of the tomcat6 server installed from the ubuntu repository is to forbid any read operation of System.getProperty(). I used tomcat6 as deployment target for the hudson builds on the same machine. AspectJ is used in a sample Spring 3 REST application. Tomcat6 logs (catalina-…log) shows the following exception Caused by: java.security.AccessControlException: access [...]

Continue reading about Tomcat 6 Problems on Ubuntu 9.10