> From: cmor...@part.net
> Date: Mon, 17 Mar 2014 09:40:32 -0600
> Subject: struts examples in a security manager
> To: user@struts.apache.org
>
> Anyone ever got the struts examples running in a security manager? I've
> burned a month trying to do it and I've a hundred questions about it.
MG>security credentials are verified at the container
MG>Tomcat starts security with
MG>catalina.sh -security
MG>which adds these parameters:
MG> -Djava.security.manager \
MG> -Djava.security.policy==\"$CATALINA_BASE/conf/catalina.policy\" \
MG>which container are you using..?