zpjx 发表于 2017-1-17 06:56:26

tomcat deploy issue

when I use tomcat deploy web client to call ejb on other side, meet
java.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]
查看完整版本: tomcat deploy issue