Hi, (undecipherable name :))

There are 2 kinds of web pages in a webapp:
those with a security-constraint (see security-constraint
part of web.xml description on the net), and those who have
no security-constraints. If you want your welcome accessible without
authentification, then it must have no security-constraint for it's path
in the web.xml.

That is, if you welcome page is on servlet "MyWelcome" then no
security-contraint should map to this
servlet.

Simply :)

梁炳場 a écrit :

>After logout with JDBCRealm FORM and if the welcome page
>stays within the webapp, is it possible?
>
>I wonder when the welcome page is within the webapp,
>JDBCRealm will ask the username and password,
>but after logout, welcome page within the webapp
>should not be asked for username and password.
>
>Should the welcome page place outside the webapp logged out?
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to