简体   繁体   中英

Tomcat6 permissions?

Just got my tomcat server working online and trying out a few tutorials, I'm getting this error:

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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