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



> -----Original Message-----
> From: Neil Middleton [mailto:[EMAIL PROTECTED] 
> Sent: Friday, May 04, 2007 5:50 PM
> To: CF-Talk
> Subject: Getting CF running on Ubuntu Tomcat
> 
> 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277067
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to