Here are some of my aded catalina.policy statements:

        1.              // Allow read of SAX Parser name
                        permission java.util.PropertyPermission
"org.xml.sax.driver", "read";
        
        2.      Allow the Autoweb application to do whatever it wants:
                // The permissions granted to the AGCW application
                        grant codeBase
"file:${catalina.home}/webapps/AGCW/-" {
                                permission java.security.AllPermission;
                        };

But is seems like TldLocationsCache (is this in your app?)
is having trouble getting to
/javax/servlet/resources/web-app_2_3.dtd (in common\lib\servlet.jar).
What is the dtd spec in your web.xml?

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to