0 Replies Latest reply on Jan 25, 2006 9:28 AM by rpochet

    Mulitple security domain for web application

    rpochet

      Hi,

      I have a web application (one war file) and I would like to secure pages using different security domains. For example, /admin/* must be secured using LDAP with config1, /guest/* must be secured using LDAP with config2.
      As we can only define one security-domain in the jboss-web.xml, so only one login policy can be used! Right?

      It is not foreseen to split the application in 2 wars because singletons are shared between pages, although I think that's not good from a design/security point of vue...

      Thanks in advance,

      rpochet