0 Replies Latest reply on May 16, 2003 9:17 PM by mferreg

    Application login-config.xml

    mferreg

      I would like to put my login-config.xml file into my application war, not into jboss configuration, so having jboss installed and copying my war on the deploy directory the app could work.

      I tried to put it into WEB-INF directory (same as web.xml or jboss-web.xml), but it doesn't work (jboss does not find my login module and it does if I put login-config in the conf directory in jboss).

      So, can't I use a login-config.xml per application? If can, where do I have to put it?

      Thanks in advanced