| jboss-service.xml
|
| <mbean code="org.jboss.security.plugins.JaasSecurityManagerService"
name="jboss.security:service=JaasSecurityManager">
| ....
| <attribute
name="CallbackHandlerClassName">org.jboss.web.tomcat.security.AdvancedWebCallbackHandler</attribute>
| </mbean>
|
| context.xml
|
| <Context>
| <Valve
className="org.jboss.web.tomcat.security.HttpServletRequestResponseValve" />
| </Context>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062407#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...