1 Reply Latest reply on Jul 18, 2006 8:20 AM by jklanka

    JAAS image problem

    jklanka

      I am running a J2EE application on JBOSS container.

      I have configured JAAS authentication and it is successfull.

      <login-config>
      <auth-method>FORM</auth-method>
      <realm-name>Forutne PromoSeven</realm-name>
      <form-login-config>
      <form-login-page>/login.htm</form-login-page>
      <form-error-page>/loginerror.htm</form-error-page>
      </form-login-config>
      </login-config>

      But in the login.htm page if I place a tag to place a logo. It is not displaying.

      The URL for the image
      http://localhost:8080/MyApp/images/company_logo.gif

      But after Logged in I can access the url and displaying the picture.

      I realised it is not displaying any subfolder contents until I logged in. But I need to place a image in the login page
      ..

      <form action="j_security_check" method=post>




      ...

      Why this images/company_logo.jpg is not displaying even it is there in the MyApp.ear package.

      Please help on this