`
ddbird
  • 浏览: 31251 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

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";
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics