简体   繁体   English

Tomcat6权限?

[英]Tomcat6 permissions?

Just got my tomcat server working online and trying out a few tutorials, I'm getting this error: 刚让我的tomcat服务器在线工作并尝试了一些教程,我得到了这个错误:

java.security.AccessControlException: access denied (java.util.PropertyPermission http.strictPostRedirect read)

When working with this tutorial: 使用本教程时:

http://www.frank-buss.de/echoservlet/index.html

Could someone advise me in simple terms what needs to be done to rectify this? 有人可以简单地建议我,要纠正这个问题需要做些什么?

TIA TIA

Salaam, 萨拉姆

Try using this context definition 尝试使用此上下文定义

<Context path="/echo" docBase="echo" reloadable="true" privileged="true" />

else, you may have to setup tomcat security manager :s 否则,您可能需要设置tomcat安全管理器 :s

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM