hi,

I realized that, on tomcat 6.0.13, the "invoker servlet" /servlet/
doesn't work. To make it work I had to add in the file
/tomcat60/conf/context.xml the parameter "privileged=true"

The contents of this file will be loaded for each web application
<Context reloadable="false" privileged="true">

Is there any security issue in tomcat 6.0.13? Can I use
"privileged=true" without having security break?
 
thx
 
Leonardo

Reply via email to