0 Replies Latest reply on Jul 3, 2006 4:47 PM by orpheusx

    security seems to be busted

    orpheusx

      Hello,

      Does JBossWeb handle webapp security in the same way as the application server?

      I have a webapp I usually run in JBoss AS that I'm trying to get running under JBossWeb. I've added the same entry to login-module.xml in the default/conf/ directory and a jboss-web.xml file whose <security-domain> tag points at the entry in default/deploy/<my-web-app.war>/WEB-INF. JBossWeb doesn't block the access to the protected pages, however.

      Is there a different way I have to set this up?