0 Replies Latest reply on Oct 20, 2003 6:40 PM by ekeland

    unique authentication in ear file with multiple wars

    ekeland

      Hello,

      I am using JBoss 3.2 and a FORM authentication in my war files. Everything works fine but I the problem I have is that I would like a user of the app not to have to log in everytime he "changes" war files inside my ear file.

      Isn't there a way to authenticate once and for all a user of a war file? Included is the application.xml .. Let me know if this is enough.

      Thanks for any help!

      Paul

      ********* application.xml ************
      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
      "http://java.sun.com/dtd/application_1_3.dtd">

      <display-name>Babel test application</display-name>

      babel-beans-server.jar



      <web-uri>tdphysique.war</web-uri>




      <web-uri>console.war</web-uri>
      <context-root>/console</context-root>




      <web-uri>TDx.war</web-uri>
      <context-root>/</context-root>