I am running Tomcat with the -security option.

When trying to load the sun.jdbc.odbc.JdbcOdbcDriver I receive an access
control exception   

    java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc

and it tells me I am trying to load a Restriced Access class.  

I have added the following to my catalina.policy file to no avail:

permission java.lang.RuntimePermission
"accessClassInPackage.sun.jdbc.odbc.*";

Note: Adding java.security.AllPermission works, but would prefer to restrict
access.

Any ideas on how to resolve this?

Thanks,

Dan

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

Reply via email to