Try adding the following to the policy file:
grant {
permission java.lang.RuntimePermission
"accessClassInPackage.sun.jdbc.odbc";
permission java.util.PropertyPermission
"file.encoding", "read";
};
the policy file is located under JRE_HOME lib/security
or tomcat may have its own, you will have to search for
a file with poilcy in the name under the tomcat base
directory
Reputation Points: 1471
Solved Threads: 490
Industrious Poster
Offline 4,043 posts
since Feb 2006