我刚刚让我的tomcat服务器在线工作,并尝试了一些教程,我得到了这个错误:
java.security.AccessControlException: access denied (java.util.PropertyPermission http.strictPostRedirect read)使用本教程时:
http://www.frank-buss.de/echoservlet/index.html有人能简单地告诉我需要做些什么来纠正这个问题吗?
提亚
发布于 2011-11-10 21:59:16
万岁,
尝试使用此上下文定义
<Context path="/echo" docBase="echo" reloadable="true" privileged="true" />否则,您可能需要设置tomcat security manager :s
https://stackoverflow.com/questions/8057229
复制相似问题