[jboss-user] [Security & JAAS/JBoss] - JAAS image problem

jklanka do-not-reply at jboss.com
Tue Jul 18 05:21:57 EDT 2006


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
..
anonymous wrote : anonymous wrote : <img src="images/company_logo.jpg" alt="logo">
  |   |   | <form action="j_security_check" method=post>
  |   |   | <input type="text" size="15" name="j_username"> 
  |   |   | <input type="password" size="15" name="j_password">
  |   |   | <input name="submit" type="submit" value="Submit">
  |   |   | </form>...

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

Please help on this 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958710#3958710

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958710



More information about the jboss-user mailing list