tomcat deploy issue
when I use tomcat deploy web client to call ejb on other side, meetjava.lang.SecurityException: access denied (javax.management.MBeanTrustPermission register)
googled and found the solution:
add this snippet into your jre policy file
// JMX Java Management eXtensions
permission javax.management.MBeanTrustPermission "register";
页:
[1]