House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / ColdFusion Talk (CF-Talk)

Getting ColdFusion running on Ubuntu Tomcat

Author:
Steven Erat
05/04/2007 07:10 PM

Just a shot in the dark... You may want to effectively disable Tomcat's SecurityManager for AllPermissions. Find the permissions section in its catalina.policy file, then comment out the body of grant and then add one line: permission java.security.AllPermission; ---------------------------- // default permissions granted to all domains grant {   permission java.security.AllPermission;   /*   permission java.util.PropertyPermission "java.version", "read";   permission java.util.PropertyPermission "java.vendor", "read"; ...   permission java.util.PropertyPermission "java.vm.name", "read";   */ }; ---------------------------- Here's the Tomcat guide to the SecurityManager: http://tomcat.apache.org/tomcat-5.0-doc/security-manager-howto.html "java.security.AllPermission - Allows access to all permissions, just as if you were running Tomcat without a SecurityManager." -Steven Erat > I've just been installing CFMX7 on my home tomcat-based dev > server and got > it to the point where tomcat is starting up OK, but I'm > getting nada from CF > other than the good old *"The requested resource > (/cfusion/CFIDE/administrator/index.cfm) is not available." > > *However, in the logs, I am getting a stack trace as per that > below.  Anyone > have ideas what might be wrong?  This is Ubuntu 7.04 server > with Tomcat 5 > and Java 1.5: > > 2007-05-04 22:41:55 StandardContext[/cfusion]Exception starting filter > CFCacheFilter > java.security.AccessControlException: access denied ( > java.util.PropertyPermission coldfusion.classPath read) >         at java.security.AccessControlContext.checkPermission( > AccessControlContext.java:264) ... SNIP


Search cf-talk

February 04, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29